Information about plays

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

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

{
    "id": 3637919,
    "uri": "https://api.kexp.org/v2/plays/3637919/?format=api",
    "airdate": "2026-04-04T21:15:08-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb18a8a6-a30c-4b33-888d-fd2de365c60f/43203963055-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb18a8a6-a30c-4b33-888d-fd2de365c60f/43203963055-250.jpg",
    "song": "Hightime",
    "track_id": null,
    "recording_id": "09d5e8ec-208e-45bb-801c-1c6e543bcd23",
    "artist": "Zero Boys",
    "artist_ids": [
        "69bfa502-bd53-44ba-a434-e1eed107c0f1"
    ],
    "album": "Vicious Circle",
    "release_id": null,
    "release_group_id": "1b8ad40d-0b48-393b-a31f-a1d424c730c3",
    "labels": [
        "Toxic Shock Records"
    ],
    "label_ids": [
        "11284b9c-fac8-4801-8a88-798a53a412a9"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zero Boys were known as one of the few popular hardcore bands from the Midwest in the 80s.\n\nhttps://zeroboys.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}