Information about plays

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

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

{
    "id": 3599921,
    "uri": "https://api.kexp.org/v2/plays/3599921/?format=api",
    "airdate": "2026-01-03T23:47:00-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sekasortoa",
    "track_id": null,
    "recording_id": "3a19ff52-0d0b-4f7c-96cb-8ddb6337d4bd",
    "artist": "Kaaos",
    "artist_ids": [
        "2db21cb2-8177-419c-8a7b-3a594a22a5e1"
    ],
    "album": "Total Chaos",
    "release_id": null,
    "release_group_id": "6c177d53-d987-33c2-b970-fb9ea6c3742f",
    "labels": [
        "Lost and Found Records"
    ],
    "label_ids": [
        "8b55f2f0-e16f-459d-a2a7-10e8a0140304"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in March 1980, they were one of the first hardcore punk bands in Finland to release a record.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}