Information about plays

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

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

{
    "id": 3570885,
    "uri": "https://api.kexp.org/v2/plays/3570885/?format=api",
    "airdate": "2025-10-28T05:00:49-07:00",
    "show": 64955,
    "show_uri": "https://api.kexp.org/v2/shows/64955/?format=api",
    "image_uri": "https://ia601200.us.archive.org/10/items/mbid-1f9d2dbd-a2fa-48be-a1e4-7746a8195bf6/mbid-1f9d2dbd-a2fa-48be-a1e4-7746a8195bf6-10827180105_thumb500.jpg",
    "thumbnail_uri": "https://ia601200.us.archive.org/10/items/mbid-1f9d2dbd-a2fa-48be-a1e4-7746a8195bf6/mbid-1f9d2dbd-a2fa-48be-a1e4-7746a8195bf6-10827180105_thumb250.jpg",
    "song": "Neon Lights",
    "track_id": "5c3ee6ea-feae-3937-bcb1-bf63ec8e3989",
    "recording_id": "765b0617-0e81-46dc-83bf-f3e1c6399178",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Vertigo",
    "release_id": "1f9d2dbd-a2fa-48be-a1e4-7746a8195bf6",
    "release_group_id": "26019834-8cd2-341c-a1e9-a0409eccbc10",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2004-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Neon Lights\" was originally recorded and performed by Kraftwerk on their 1978 album The Man-Machine. The song was originally released as part of a fan-club compilation album called \"Medium, Rare & Remastered\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}