Information about plays

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

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

{
    "id": 3554142,
    "uri": "https://api.kexp.org/v2/plays/3554142/?format=api",
    "airdate": "2025-09-17T10:36:36-07:00",
    "show": 64586,
    "show_uri": "https://api.kexp.org/v2/shows/64586/?format=api",
    "image_uri": "https://ia802900.us.archive.org/23/items/mbid-73eb055c-5a34-497a-9bf4-2e209b4e7ea0/mbid-73eb055c-5a34-497a-9bf4-2e209b4e7ea0-25460779199_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/23/items/mbid-73eb055c-5a34-497a-9bf4-2e209b4e7ea0/mbid-73eb055c-5a34-497a-9bf4-2e209b4e7ea0-25460779199_thumb250.jpg",
    "song": "Going Going",
    "track_id": "1e602ab0-ca10-4d1f-b934-2e12d9a23b73",
    "recording_id": "ac79ad2a-8126-421f-8565-fc6044bc051d",
    "artist": "Bartees Strange",
    "artist_ids": [
        "9e1ea361-c2cc-45a4-a926-00518453efc0"
    ],
    "album": "Say Goodbye to Pretty Boy",
    "release_id": "73eb055c-5a34-497a-9bf4-2e209b4e7ea0",
    "release_group_id": "a65a354f-7560-46eb-84d7-2a5f1183a8c7",
    "labels": [
        "Brassland"
    ],
    "label_ids": [
        "a3bcb245-7437-4fcb-b495-d9df3e64095c"
    ],
    "release_date": "2020-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Baltimore-based artist Bartees Strange last performed Live on KEXP back in 2021. Check out the session here: https://www.youtube.com/watch?v=vS036EdazK8\n\n--\n\nCheck out this interview Bartees Strange did with KEXP's Emily Fox earlier this year for KEXP's A Deeper Listen podcast: https://www.kexp.org/podcasts/a-deeper-listen/2025/2/18/bartees-strange-on-horror-and-overcoming-his-fears/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}