Information about plays

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

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

{
    "id": 3583248,
    "uri": "https://api.kexp.org/v2/plays/3583248/?format=api",
    "airdate": "2025-11-26T14:19:05-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "https://ia801605.us.archive.org/23/items/mbid-ca771076-b097-403f-a323-376eae46d19f/mbid-ca771076-b097-403f-a323-376eae46d19f-8160999604_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/23/items/mbid-ca771076-b097-403f-a323-376eae46d19f/mbid-ca771076-b097-403f-a323-376eae46d19f-8160999604_thumb250.jpg",
    "song": "Stand Up and Fight Back",
    "track_id": "8e571cb1-a525-353f-8358-62da4631137a",
    "recording_id": "34f79477-ad97-44ec-9b0b-6b0ca959ea48",
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "Anthology",
    "release_id": "ca771076-b097-403f-a323-376eae46d19f",
    "release_group_id": "a9e9dffe-ce2e-3f5a-82cb-de7926d6c494",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2003-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The late Jimmy Cliff wrote \"Stand Up and Fight Back\" with Ghanian percussionist Anthony “Reebop” Kwaku Baah.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}