Information about plays

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

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

{
    "id": 3582343,
    "uri": "https://api.kexp.org/v2/plays/3582343/?format=api",
    "airdate": "2025-11-24T11:18:29-08:00",
    "show": 65199,
    "show_uri": "https://api.kexp.org/v2/shows/65199/?format=api",
    "image_uri": "https://dn721205.ca.archive.org/0/items/mbid-1d64b817-6c71-39d9-a511-88a46c02338d/mbid-1d64b817-6c71-39d9-a511-88a46c02338d-7738007329_thumb500.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/5/items/mbid-1d64b817-6c71-39d9-a511-88a46c02338d/mbid-1d64b817-6c71-39d9-a511-88a46c02338d-7738007329_thumb250.jpg",
    "song": "Revolution Blues",
    "track_id": "77d7d00f-7b76-3541-8f71-51566758f233",
    "recording_id": "4e00a8f1-551f-4a15-9528-c59ba26ca347",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "On the Beach",
    "release_id": "1d64b817-6c71-39d9-a511-88a46c02338d",
    "release_group_id": "f4174531-b783-3786-b75f-4fe61a8f6333",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2003-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second in the “Ditch trilogy” Young made as an intentionally crudely produced album after feeling overexposed by the success of Harvest in 1972.\n\nNeil Young encountered Charles Manson when he was a \"player\" in the California music scene. After Manson and his \"Family\" committed their awful crimes, Neil wrote \"Revolution Blues.\"\nhttps://bit.ly/3IHTsjh\n\nhttps://neilyoungarchives.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}