Information about plays

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

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

{
    "id": 3636198,
    "uri": "https://api.kexp.org/v2/plays/3636198/?format=api",
    "airdate": "2026-03-31T23:30:31-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://coverartarchive.org/release/9b5005dd-8407-48c1-974e-56e264feefa4/12408385391-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9b5005dd-8407-48c1-974e-56e264feefa4/12408385391-250.jpg",
    "song": "Outcast Stomp",
    "track_id": null,
    "recording_id": "8d73c9ba-79d0-4a20-8be0-9d348872dcde",
    "artist": "G.L.O.S.S.",
    "artist_ids": [
        "f0776aeb-5ca1-46e7-a3dd-beed58ac375a"
    ],
    "album": "Girls Living Outside Society’s Shit",
    "release_id": null,
    "release_group_id": "4763e034-84d6-403c-9889-c4284fd46cf7",
    "labels": [
        "Nervous Nelly Records"
    ],
    "label_ids": [
        "82db916e-b7cf-4536-8075-a3389c41688f"
    ],
    "release_date": "2015-01-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}