Information about plays

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

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

{
    "id": 3604986,
    "uri": "https://api.kexp.org/v2/plays/3604986/?format=api",
    "airdate": "2026-01-16T06:56:28-08:00",
    "show": 65663,
    "show_uri": "https://api.kexp.org/v2/shows/65663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance Hall Days",
    "track_id": "649d007e-d0c0-3cad-a2e9-73857d691d51",
    "recording_id": "25dde7ad-fe1d-47a8-8384-a1fe2071057c",
    "artist": "Wang Chung",
    "artist_ids": [
        "47c8a452-4efb-45b4-a0d3-df506dbe42b2"
    ],
    "album": "Points on the Curve",
    "release_id": "7d323b0d-8c90-4d04-b86f-4193f7bd5c15",
    "release_group_id": "f45461cf-ee4a-370c-9a59-573862384e1d",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OTD in 1984 Wang Chung released their album Points on the Curve.\n--\nThe name Wang Chung means \"yellow bell\" in Chinese, and is the first note in the Chinese classical music scale.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}