Information about plays

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

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

{
    "id": 3647217,
    "uri": "https://api.kexp.org/v2/plays/3647217/?format=api",
    "airdate": "2026-04-26T23:08:22-07:00",
    "show": 66560,
    "show_uri": "https://api.kexp.org/v2/shows/66560/?format=api",
    "image_uri": "https://coverartarchive.org/release/89ddc3e7-3ea8-457d-8467-44afd12e8586/44858159474-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89ddc3e7-3ea8-457d-8467-44afd12e8586/44858159474-250.jpg",
    "song": "didn't notice",
    "track_id": null,
    "recording_id": "1f41bd93-62f5-49d8-9fd1-f1e13ffbb31f",
    "artist": "username",
    "artist_ids": [
        "17d77311-8d76-4005-b9a1-4d0b379a1c5c"
    ],
    "album": "password 2",
    "release_id": null,
    "release_group_id": "e1463e3b-73d8-4ed7-850c-039ee7b096de",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://username.bandcamp.com/album/password-2-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}