Information about plays

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

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

{
    "id": 3629983,
    "uri": "https://api.kexp.org/v2/plays/3629983/?format=api",
    "airdate": "2026-03-17T02:14:28-07:00",
    "show": 66203,
    "show_uri": "https://api.kexp.org/v2/shows/66203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goku",
    "track_id": null,
    "recording_id": "cb210893-d908-47d4-9b15-035f0db89329",
    "artist": "Taylor Graves",
    "artist_ids": [
        "817a6c2d-788b-48d1-825b-168e859ccc37"
    ],
    "album": "Brainfeeder X",
    "release_id": null,
    "release_group_id": "72ced35a-ea90-4692-8e91-b595fed5c1ce",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2018-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Brainfeeder 10 Year Compilation\n\nhttps://brainfeeder.bandcamp.com/album/brainfeeder-x",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}