Information about plays

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

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

{
    "id": 3658891,
    "uri": "https://api.kexp.org/v2/plays/3658891/?format=api",
    "airdate": "2026-05-24T07:42:44-07:00",
    "show": 66801,
    "show_uri": "https://api.kexp.org/v2/shows/66801/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1b144d8-beca-4c78-9ddd-a435e57ddee4/44590371494-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b1b144d8-beca-4c78-9ddd-a435e57ddee4/44590371494-250.jpg",
    "song": "Halo 2",
    "track_id": null,
    "recording_id": "a932a113-c89e-4017-b113-c179051f5db4",
    "artist": "HOTT MT",
    "artist_ids": [
        "b06ba29c-0bb9-485a-a954-24e57f160773"
    ],
    "album": "Haunted House",
    "release_id": null,
    "release_group_id": "5230071a-5ef2-42a1-87fc-7a7a4abaddf0",
    "labels": [
        "Mutation Records"
    ],
    "label_ids": [
        "c2a7f66f-0c74-45fa-b219-23bfa499255c"
    ],
    "release_date": "2026-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sweet beat off the new album from LA-based duo HOTT MT ~ https://hottmt.bandcamp.com/album/haunted-house",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}