Information about plays

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

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

{
    "id": 3611765,
    "uri": "https://api.kexp.org/v2/plays/3611765/?format=api",
    "airdate": "2026-02-01T05:57:59-08:00",
    "show": 65810,
    "show_uri": "https://api.kexp.org/v2/shows/65810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "\"Harvest\" was released on this day in 1972. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}