Information about plays

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

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

{
    "id": 3633683,
    "uri": "https://api.kexp.org/v2/plays/3633683/?format=api",
    "airdate": "2026-03-26T00:22:29-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "https://coverartarchive.org/release/203bab0e-5f8c-40a8-8fdf-86e478698cbb/31916349802-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/203bab0e-5f8c-40a8-8fdf-86e478698cbb/31916349802-250.jpg",
    "song": "The Dealer",
    "track_id": null,
    "recording_id": "f405e70f-359b-4d9e-9610-c59283a098a7",
    "artist": "Nilüfer Yanya",
    "artist_ids": [
        "4173ee0d-e003-496a-98eb-a2eaa90cb3f7"
    ],
    "album": "PAINLESS",
    "release_id": null,
    "release_group_id": "d831b7a0-da93-49df-8102-b3c219a811df",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2022-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Andy Ramsay who played on that Stereolab cut too.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}