Information about plays

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

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

{
    "id": 3551256,
    "uri": "https://api.kexp.org/v2/plays/3551256/?format=api",
    "airdate": "2025-09-10T10:07:49-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drone:Nodrone",
    "track_id": "e2b3d1ba-5f5c-4a10-8b7b-e39f45986ab7",
    "recording_id": "a8fbe34b-4a3a-4a4b-b300-e8a0a3a87c7c",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Songs of a Lost World",
    "release_id": "8747eccc-8c1b-46c2-8e5b-cfbd2e2a9543",
    "release_group_id": "97650540-f489-40e1-957c-6fd67baa739d",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Songs of a Lost World', which came out last year, is the 14th studio album by The Cure.\n\n--\n\nThe #2 record of 2024 according to you!\n\nhttps://www.kexp.org/countdowns/best-albums-of-2024/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}