Information about plays

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

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

{
    "id": 3575845,
    "uri": "https://api.kexp.org/v2/plays/3575845/?format=api",
    "airdate": "2025-11-09T02:43:18-08:00",
    "show": 65062,
    "show_uri": "https://api.kexp.org/v2/shows/65062/?format=api",
    "image_uri": "https://ia801906.us.archive.org/12/items/mbid-41f65b61-3ed7-43bc-a784-d4e7d82c34d7/mbid-41f65b61-3ed7-43bc-a784-d4e7d82c34d7-9929197045_thumb500.jpg",
    "thumbnail_uri": "https://ia801906.us.archive.org/12/items/mbid-41f65b61-3ed7-43bc-a784-d4e7d82c34d7/mbid-41f65b61-3ed7-43bc-a784-d4e7d82c34d7-9929197045_thumb250.jpg",
    "song": "Running Away",
    "track_id": "f34a32e4-9e33-3b17-be17-daf64e7a76e7",
    "recording_id": "4861756b-dffc-42af-a1e0-b71293815b35",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Kaya",
    "release_id": "41f65b61-3ed7-43bc-a784-d4e7d82c34d7",
    "release_group_id": "da0fbebe-0cef-344e-a0de-c9412ae0eb1a",
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request from Greece! For the Authentic Athens Marathon. \n\nOriginally released in 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}