Information about plays

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

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

{
    "id": 3603201,
    "uri": "https://api.kexp.org/v2/plays/3603201/?format=api",
    "airdate": "2026-01-11T20:39:19-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hang With the Gang",
    "track_id": null,
    "recording_id": "185f26cb-fc5c-4a7a-bdb8-f5869e5a41e0",
    "artist": "Backlash",
    "artist_ids": [
        "23783074-c404-44da-8fda-ddfae02a8972"
    ],
    "album": "Go Go Get Down: Pure Ghetto Funk From Washington DC",
    "release_id": null,
    "release_group_id": "d60c7896-ccf4-41f4-8af7-07f4dc962dac",
    "labels": [
        "Z Records"
    ],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Backlash originally released \"Hang With The Gang\" in 1981 with Strata Sphere Records, but you can find the track on the 2012 compilation album by Z Records, Go Go Get Down: Pure Ghetto Funk From Washington DC.\n\nBacklash is a soul/funk group formed in Washington, DC in 1979. The founding lineup was comprised of Ronald Beverly, Ernie Reese, Fredrick Ford, Phil Reid (replacing Sloan Davis), and Edward Ennis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}