Information about plays

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

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

{
    "id": 3600542,
    "uri": "https://api.kexp.org/v2/plays/3600542/?format=api",
    "airdate": "2026-01-05T10:03:23-08:00",
    "show": 65571,
    "show_uri": "https://api.kexp.org/v2/shows/65571/?format=api",
    "image_uri": "https://ia601307.us.archive.org/35/items/mbid-79570854-e6f2-4d86-8aef-fabe194166e5/mbid-79570854-e6f2-4d86-8aef-fabe194166e5-12839532860_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/35/items/mbid-79570854-e6f2-4d86-8aef-fabe194166e5/mbid-79570854-e6f2-4d86-8aef-fabe194166e5-12839532860_thumb250.jpg",
    "song": "Don’t Let It Bring You Down",
    "track_id": "b0664681-d674-318c-8d93-de4bb928cad0",
    "recording_id": "10bef80a-d669-4fc1-9080-7bd290552686",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "After the Gold Rush",
    "release_id": "79570854-e6f2-4d86-8aef-fabe194166e5",
    "release_group_id": "b6a3952b-9977-351c-a80a-73e023143858",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In describing \"Don't Let it Bring You Down,\" Young said, \"\"Here is a new song. It's guaranteed to bring you right down, It's called 'Don't Let It Bring You Down.' It sorta starts off real slow and then fizzles out altogether.\"\n--\nRecorded in Neil’s home studio in Topanga, on March 17, 1970, “Don’t Let it Bring You Down” gets a big sound out of stripped-down instrumentation: Ralph Molina on drums, Greg Reeves on bass, Nils Lofgren on piano & Neil on acoustic guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}