Information about plays

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

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

{
    "id": 3603507,
    "uri": "https://api.kexp.org/v2/plays/3603507/?format=api",
    "airdate": "2026-01-12T16:06:23-08:00",
    "show": 65634,
    "show_uri": "https://api.kexp.org/v2/shows/65634/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Because I Got It Like That (Dirty Needlz Transcendence Rework)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jungle Brothers",
    "artist_ids": [
        "ce3bc975-a76f-415b-a6cd-1e568c5714dd"
    ],
    "album": "Straight Out The Jungle / Straight Out The Jungle (The Instrumental Show)",
    "release_id": null,
    "release_group_id": "35ed7a9c-d519-48c9-abcf-d4b62166c86f",
    "labels": [
        "Harmless"
    ],
    "label_ids": [
        "3c11385a-0566-47eb-8bd5-0e504b0d6b38"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from the Jungle Brothers remixed by Dirty Needlz\n\nhttps://dirtyneedlz.bandcamp.com/album/dirty-needlz-presents-the-jungle-brothers-straight-out-the-jungle-back-to-civilization",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}