Information about plays

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

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

{
    "id": 3568415,
    "uri": "https://api.kexp.org/v2/plays/3568415/?format=api",
    "airdate": "2025-10-22T07:33:06-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shake Me",
    "track_id": "474f23a1-986a-445c-9b76-b30b2f79b734",
    "recording_id": "bec6d47a-a8db-44da-904e-002d86011087",
    "artist": "Dean Johnson",
    "artist_ids": [
        "072a1c1a-08a1-4bee-8ff2-94d047b50f37"
    ],
    "album": "I Hope We Can Still Be Friends",
    "release_id": "c5ae4e99-980b-495f-b0db-26f7abe697e5",
    "release_group_id": "b96e1864-e3e9-4cf6-a466-4a01e149c7b9",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own Dean Johnson played Live on KEXP in September! The full video just released on the KEXP YouTube channel.\nhttps://www.youtube.com/watch?v=P0v1wJnb47g\nSubscribe to the channel to be notified of every new release!\n\nDean will be in San Francisco at The Chapel on Nov. 18, Portland at Revolution Hall on Nov. 20, and Seattle at The Showbox on Nov. 21.\n\nhttps://deanjohnsongs.bandcamp.com\nhttps://www.deanjohnsongs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}