Information about plays

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

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

{
    "id": 3598494,
    "uri": "https://api.kexp.org/v2/plays/3598494/?format=api",
    "airdate": "2025-12-31T15:41:34-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Melt The Ice",
    "track_id": "d85d1eb6-3025-4778-9a04-c19d2401cd4f",
    "recording_id": "bccfa85d-f9dc-461a-9e48-1a38a359d31a",
    "artist": "Long River Train",
    "artist_ids": [
        "6b89acc6-dfbb-4dd6-b1cd-d11f8780002d"
    ],
    "album": "Infernal Heart",
    "release_id": "1d2414a4-ca4e-4dcf-87f7-587c5c940096",
    "release_group_id": "f1f03b1f-611b-4d7f-aec7-0faeebd241a8",
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ICE...three times!\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}