Information about plays

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

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

{
    "id": 3544634,
    "uri": "https://api.kexp.org/v2/plays/3544634/?format=api",
    "airdate": "2025-08-25T12:33:20-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-14fbd2c0-0468-4cd7-9630-6aa655e11d5b/mbid-14fbd2c0-0468-4cd7-9630-6aa655e11d5b-35241999771_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-14fbd2c0-0468-4cd7-9630-6aa655e11d5b/mbid-14fbd2c0-0468-4cd7-9630-6aa655e11d5b-35241999771_thumb250.jpg",
    "song": "Us Against The World",
    "track_id": "b8921412-23cd-4396-9602-90898615571c",
    "recording_id": "14f9f386-3df5-4be3-b92c-e473b0afd98e",
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "Volcano",
    "release_id": "14fbd2c0-0468-4cd7-9630-6aa655e11d5b",
    "release_group_id": "07bd527b-afe9-405b-bc92-0766cb280d05",
    "labels": [
        "Caiola Records"
    ],
    "label_ids": [
        "32dc4101-1ddf-4c46-bd82-eee0e1179eb7"
    ],
    "release_date": "2023-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fan favorite Jungle has visited KEXP many times! Most recently, they were Live on KEXP in 2023, hosted by Cheryl: https://www.youtube.com/watch?v=6uO1fHVWtbI&t=9s.\n\nThis track opens their 2023 album, Volcano.\nhttps://jungle.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}