Information about plays

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

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

{
    "id": 3600449,
    "uri": "https://api.kexp.org/v2/plays/3600449/?format=api",
    "airdate": "2026-01-05T05:09:54-08:00",
    "show": 65569,
    "show_uri": "https://api.kexp.org/v2/shows/65569/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Transistor",
    "track_id": "0a104968-15d0-4f70-81d7-327498c84ef6",
    "recording_id": "091d0143-ce2f-4f0a-a066-284857ccbf3b",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Radio‐Activity",
    "release_id": "d6a49909-dda5-47c7-9d19-78da6e91ffbf",
    "release_group_id": "104cc34f-b4f9-3fb1-b2a0-fce32b36ec1f",
    "labels": [
        "Astralwerks",
        "Kling Klang"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f",
        "142df2b2-07ea-43bd-9df9-4a2627ec6bb5"
    ],
    "release_date": "2009-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fifth studio album, released in November 1975. Kraftwerk's first entirely electronic album is also a concept album organized around the themes of radioactive decay and radio communication.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}