Information about plays

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

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

{
    "id": 3635135,
    "uri": "https://api.kexp.org/v2/plays/3635135/?format=api",
    "airdate": "2026-03-29T13:22:47-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8cfc757-8bf2-4f19-801c-6533960d63d9/6670455694-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8cfc757-8bf2-4f19-801c-6533960d63d9/6670455694-250.jpg",
    "song": "Snakedriver",
    "track_id": null,
    "recording_id": "6b024775-fb83-460e-9963-fc7acaffae60",
    "artist": "The Jesus & Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "The Crow: Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "79247386-d530-3abd-884e-45d0a2c7d1df",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1994!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}