Information about plays

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

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

{
    "id": 3603892,
    "uri": "https://api.kexp.org/v2/plays/3603892/?format=api",
    "airdate": "2026-01-13T15:07:26-08:00",
    "show": 65641,
    "show_uri": "https://api.kexp.org/v2/shows/65641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prophet 15",
    "track_id": "df2602a4-59d2-316b-a2ca-a23ca3960fe1",
    "recording_id": "14979d5f-53c8-48c4-8ce9-64ddb98bb192",
    "artist": "Supergrass",
    "artist_ids": [
        "6386ddff-0d13-4685-9f0a-a82bf022fb1c"
    ],
    "album": "Life on Other Planets",
    "release_id": "00caf631-727e-3268-a50a-dd08462d403b",
    "release_group_id": "95aeb081-11a3-4983-ac98-ff6ad6e8ad5e",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2003-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out JD22!\n---\nSupergrass are an English rock band formed in 1993. For the majority of the band's tenure, the line-up consisted of brothers Gaz and Rob Coombes, Mick Quinn, and Danny Goffey. Originally a three-piece, Rob Coombes officially joined in 2002.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}