Information about plays

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

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

{
    "id": 3549184,
    "uri": "https://api.kexp.org/v2/plays/3549184/?format=api",
    "airdate": "2025-09-05T10:18:36-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?format=api",
    "image_uri": "https://ia803203.us.archive.org/27/items/mbid-cefee04c-9dcc-427f-99a1-69549297c7f8/mbid-cefee04c-9dcc-427f-99a1-69549297c7f8-26400984135_thumb500.jpg",
    "thumbnail_uri": "https://ia903203.us.archive.org/27/items/mbid-cefee04c-9dcc-427f-99a1-69549297c7f8/mbid-cefee04c-9dcc-427f-99a1-69549297c7f8-26400984135_thumb250.jpg",
    "song": "Bloods on Fire",
    "track_id": "ac210f52-6687-3dd8-896f-aba03eff3ce1",
    "recording_id": "cf21fabd-7e49-493b-95ce-3062a95f9521",
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Summer in Abaddon",
    "release_id": "cefee04c-9dcc-427f-99a1-69549297c7f8",
    "release_group_id": "6e4b6b21-8ab6-31f1-a8ee-a26d036af05a",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2004-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pinback will be on tour on the west coast next month:\n\n-San Francisco on Wednesday, October 15th at The Fillmore\n\n-Seattle on Saturday, October 18th at the Showbox\n\nCheck out Pinback playing live in the KEXP studio from 2013: https://youtu.be/WaSeHrVJV5I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}