Information about plays

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

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

{
    "id": 3561617,
    "uri": "https://api.kexp.org/v2/plays/3561617/?format=api",
    "airdate": "2025-10-05T12:01:21-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://ia801404.us.archive.org/9/items/mbid-50c00b0e-a0a8-4064-bf13-ffea0f4801d4/mbid-50c00b0e-a0a8-4064-bf13-ffea0f4801d4-10280508092_thumb500.jpg",
    "thumbnail_uri": "https://ia801404.us.archive.org/9/items/mbid-50c00b0e-a0a8-4064-bf13-ffea0f4801d4/mbid-50c00b0e-a0a8-4064-bf13-ffea0f4801d4-10280508092_thumb250.jpg",
    "song": "Rebel Music (3 O’Clock Roadblock)",
    "track_id": "52ec04c2-86a4-3edd-99e5-f1f3c0f414bf",
    "recording_id": "00b0e234-9d9a-45b7-b58f-7637fa54a65c",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Natty Dread",
    "release_id": "50c00b0e-a0a8-4064-bf13-ffea0f4801d4",
    "release_group_id": "e776533c-4132-3b63-bfaa-94fe901951b5",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2001-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#684\n\nBe a Rebel and contribute to the KEXP Fall Pledge Drive!\n\nhttps://www.kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}