Information about plays

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

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

{
    "id": 3598070,
    "uri": "https://api.kexp.org/v2/plays/3598070/?format=api",
    "airdate": "2025-12-30T16:18:25-08:00",
    "show": 65518,
    "show_uri": "https://api.kexp.org/v2/shows/65518/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alone (Four Tet remix)",
    "track_id": "e3a6ef65-31fb-4cef-acb4-d1c62e9683a1",
    "recording_id": "e8349f32-64f3-4d14-8b70-105aec6dc21f",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Mixes of a Lost World",
    "release_id": "972a75f7-145f-4be0-9009-ad9a191faa87",
    "release_group_id": "0ef1d20b-847b-4034-9ec2-a9854cd1f9a8",
    "labels": [
        "Polydor",
        "Lost Music Limited"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2",
        "53af8f7d-391b-45e6-a7e1-f0e5206d46db"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mixes of a Lost World\" is the third remix album byThe Cure, released on 13 June 2025 by Fiction, and Polydor. The album features 24 remixes of songs from the band's 2024 album \"Songs of a Lost World.\": https://axs.tv/news-story/the-cure-announces-remix-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}