Information about plays

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

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

{
    "id": 3657409,
    "uri": "https://api.kexp.org/v2/plays/3657409/?format=api",
    "airdate": "2026-05-20T22:40:44-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ae37385-e7cd-46cc-a53b-79cf364d2f60/9535453834-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ae37385-e7cd-46cc-a53b-79cf364d2f60/9535453834-250.jpg",
    "song": "Christian Brothers",
    "track_id": null,
    "recording_id": "6a77daab-e58a-4c2d-844d-b32b787aaad1",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Elliott Smith",
    "release_id": null,
    "release_group_id": "d90675f8-ac35-3737-898a-b9860fc3f5f3",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1995-07-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}