Information about plays

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

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

{
    "id": 3580018,
    "uri": "https://api.kexp.org/v2/plays/3580018/?format=api",
    "airdate": "2025-11-18T23:35:16-08:00",
    "show": 65149,
    "show_uri": "https://api.kexp.org/v2/shows/65149/?format=api",
    "image_uri": "https://dn710600.ca.archive.org/0/items/mbid-e3f0ee4c-a7f7-3872-8059-4669b5747cd5/mbid-e3f0ee4c-a7f7-3872-8059-4669b5747cd5-40864193402_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-e3f0ee4c-a7f7-3872-8059-4669b5747cd5/mbid-e3f0ee4c-a7f7-3872-8059-4669b5747cd5-40864193402_thumb250.jpg",
    "song": "The Needle and the Damage Done",
    "track_id": "81e8beba-ae16-331d-804b-01906e9a0240",
    "recording_id": "bd045f9d-573c-4ff4-8091-9a26b387c25e",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Harvest",
    "release_id": "e3f0ee4c-a7f7-3872-8059-4669b5747cd5",
    "release_group_id": "b25419cf-71bf-3a54-8cd4-2161c61056a0",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Danny Whitten passed away on this date in 1972, Neil wrote this song about Danny and his heroin addiction before he died of an overdose.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}