Information about plays

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

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

{
    "id": 3562006,
    "uri": "https://api.kexp.org/v2/plays/3562006/?format=api",
    "airdate": "2025-10-06T11:46:11-07:00",
    "show": 64763,
    "show_uri": "https://api.kexp.org/v2/shows/64763/?format=api",
    "image_uri": "https://ia601906.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": "Misty Morning",
    "track_id": "f90d1854-1d41-3924-bac4-dc712f6ca1d1",
    "recording_id": "48f470a7-dda4-4643-a98f-69ca95d71e0f",
    "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": false,
    "is_live": false,
    "comment": "#569 on KEXP LISTENERS' countdown of the greatest albums of all-time.\n\nKaya is the tenth studio album released by Bob Marley and the Wailers in 1978. The album consists of tracks recorded alongside those present on the Exodus album in 1977.\n\nhttps://shop.bobmarley.com/\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}