Information about plays

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

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

{
    "id": 3625349,
    "uri": "https://api.kexp.org/v2/plays/3625349/?format=api",
    "airdate": "2026-03-04T20:28:28-08:00",
    "show": 66092,
    "show_uri": "https://api.kexp.org/v2/shows/66092/?format=api",
    "image_uri": "https://coverartarchive.org/release/e98aa689-504c-424e-ab9c-4a32b6b86e34/28524781944-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e98aa689-504c-424e-ab9c-4a32b6b86e34/28524781944-250.jpg",
    "song": "Voodoo on Gold",
    "track_id": null,
    "recording_id": "f5564c90-e2b7-49de-8319-bb9b3afb7622",
    "artist": "Dumbo Gets Mad",
    "artist_ids": [
        "73162ac3-c74c-4bf5-8cff-c8cd48700e01"
    ],
    "album": "Things Are Random and Time Is Speeding Up",
    "release_id": null,
    "release_group_id": "bf1b58c2-9874-438f-9ff0-671357000c6b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On tour!\n\nSF - Apr 29 - Rickshaw Stop\nPortland - May 1 - The Jack London Revue\nSeattle - May 2 - Baba Yaga",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}