Information about plays

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

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

{
    "id": 3635677,
    "uri": "https://api.kexp.org/v2/plays/3635677/?format=api",
    "airdate": "2026-03-30T18:38:02-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don’t Remember The Last Time I Saw Stars",
    "track_id": null,
    "recording_id": "2bdc5155-474d-4274-942b-d2584c4b5d10",
    "artist": "musclecars",
    "artist_ids": [
        "7b0838c7-61fa-4fce-b835-c87c1eb04085"
    ],
    "album": "Sugar Honey Iced Tea!",
    "release_id": null,
    "release_group_id": "b503f761-fa00-42b9-87f1-0fe7f25a5f4c",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2024-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://musclecars.bandcamp.com/album/sugar-honey-iced-tea",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}