Information about plays

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

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

{
    "id": 3563045,
    "uri": "https://api.kexp.org/v2/plays/3563045/?format=api",
    "airdate": "2025-10-09T12:11:34-07:00",
    "show": 64787,
    "show_uri": "https://api.kexp.org/v2/shows/64787/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-7ff04291-9f33-455a-92d7-3b2326c9cfc4/mbid-7ff04291-9f33-455a-92d7-3b2326c9cfc4-26651531312_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-7ff04291-9f33-455a-92d7-3b2326c9cfc4/mbid-7ff04291-9f33-455a-92d7-3b2326c9cfc4-26651531312_thumb250.jpg",
    "song": "Basket Case",
    "track_id": "e76a672e-0d74-4b8c-b7cb-a21ae9d709c0",
    "recording_id": "663f4d8c-2e69-4967-aa6f-bdb9da38dea4",
    "artist": "Green Day",
    "artist_ids": [
        "084308bd-1654-436f-ba03-df6697104e19"
    ],
    "album": "Dookie",
    "release_id": "7ff04291-9f33-455a-92d7-3b2326c9cfc4",
    "release_group_id": "75ed7bfd-4608-4108-b035-02674e3b76ee",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#187 on YOUR countdown of the greatest albums of all time!\n\n‘Dookie’ was the 1994 breakthrough album that set Green Day on the road to superstardom.\n\nIn this documentary about the recording of 'Dookie\", Larry Livermore, the man who discovered Green Day and nurtured the band to the verge of its commercial breakthrough, speaks about life inside the world of Green Day, and his early experiences with the band when they were known as Sweet Children.\n\nhttps://www.youtube.com/watch?v=Bi6etEDd1RE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}