Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3598919/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3598919,
    "uri": "https://api.kexp.org/v2/plays/3598919/?format=api",
    "airdate": "2026-01-01T18:10:01-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Longing",
    "track_id": "61243c5a-c1d9-4a1f-86c0-12fb95c5e5bd",
    "recording_id": "8e8735c8-0cea-430b-9b2d-b284fa94eebc",
    "artist": "The Dream Syndicate",
    "artist_ids": [
        "8577c385-d06a-4a64-b4e7-6ebf25f2cb20"
    ],
    "album": "The Universe Inside",
    "release_id": "250c7d97-7604-44e2-8a84-fd0ea2a3c0d9",
    "release_group_id": "cb785866-124a-4b6a-870b-3f50e12e38c7",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2020-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Longing\" was written by Steve Wynn. Here's a long interview with Wynn about \"The Universe Inside,\" their third album in eight years: https://www.popmatters.com/dream-syndicate-2020-interview-2645576128.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}