Information about plays

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

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

{
    "id": 3555876,
    "uri": "https://api.kexp.org/v2/plays/3555876/?format=api",
    "airdate": "2025-09-21T11:56:03-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f34d022-57a1-4282-a146-8cf9688b7d5a/38281833704-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f34d022-57a1-4282-a146-8cf9688b7d5a/38281833704-250.jpg",
    "song": "Slow Burn",
    "track_id": null,
    "recording_id": "452e8304-f493-4e90-8cad-69646643ef34",
    "artist": "Baby Rose & BADBADNOTGOOD",
    "artist_ids": [
        "dff72d7d-751c-4b59-8aaa-7c61136191a3",
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f"
    ],
    "album": "Slow Burn",
    "release_id": null,
    "release_group_id": "ae9ad4fb-c840-4e14-aaed-ea319dc3d324",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2024-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Baby Rose collaborated with the Canadian band BadBadNotGood for this album reflecting on her experiences driving between her family’s home bases: the noise and chaos of DC and the quiet, Carolina countryside.\nhttps://babyrose.bandcamp.com/album/slow-burn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}