Information about plays

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

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

{
    "id": 3608020,
    "uri": "https://api.kexp.org/v2/plays/3608020/?format=api",
    "airdate": "2026-01-23T10:35:45-08:00",
    "show": 65731,
    "show_uri": "https://api.kexp.org/v2/shows/65731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Believe in Anything",
    "track_id": "b3866555-c3a6-3729-bffc-3ec1cf7bc41b",
    "recording_id": "27dba9c5-27de-4c07-a7bd-f279cacc34d5",
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Apologies to the Queen Mary",
    "release_id": "03f7f036-31b2-34a2-96cc-7e33f2c55ccf",
    "release_group_id": "d147f6f8-1ca1-3df0-acd9-3c81808f2822",
    "labels": [
        "Outside Music"
    ],
    "label_ids": [
        "0ada74b4-2436-4b3b-82b8-480067ab8c82"
    ],
    "release_date": "2005-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track has risen to new heights of fame due to being featured in the TV series Heated Rivalry! It was originally released on the 2005 Apologies to the Queen Mary album. \nhttps://wolfparade.bandcamp.com/\n\nWolf Parade was most recently Live on KEXP in 2022: https://www.youtube.com/watch?v=xsH1XmuIa5s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}