Information about plays

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

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

{
    "id": 3557965,
    "uri": "https://api.kexp.org/v2/plays/3557965/?format=api",
    "airdate": "2025-09-26T13:02:12-07:00",
    "show": 64665,
    "show_uri": "https://api.kexp.org/v2/shows/64665/?format=api",
    "image_uri": "https://ia601206.us.archive.org/0/items/mbid-3f5ef113-ed23-33f3-bd6d-14ee75e15b1b/mbid-3f5ef113-ed23-33f3-bd6d-14ee75e15b1b-25971245897_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/0/items/mbid-3f5ef113-ed23-33f3-bd6d-14ee75e15b1b/mbid-3f5ef113-ed23-33f3-bd6d-14ee75e15b1b-25971245897_thumb250.jpg",
    "song": "Everyday People",
    "track_id": "e9c51e3a-78c6-4e7a-8379-541a150198c7",
    "recording_id": "4fe59a92-33bf-4571-8c8f-16358dc7e8b6",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Greatest Hits",
    "release_id": "9a2c7c38-b5d7-457c-be34-66ddec76158d",
    "release_group_id": "320b576b-aa9c-3c5e-8631-178e81841866",
    "labels": [
        "Epic",
        "Legacy"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2007-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sly Stone of Sly and the Family Stone passed away at the age of 82 in June. Read about the life and career of Sly here: https://tinyurl.com/mvjscrj7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}