Information about plays

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

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

{
    "id": 3656633,
    "uri": "https://api.kexp.org/v2/plays/3656633/?format=api",
    "airdate": "2026-05-19T02:02:43-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4b97e98-56b5-4ddc-b65b-756d11ba750f/21702891784-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4b97e98-56b5-4ddc-b65b-756d11ba750f/21702891784-250.jpg",
    "song": "Blink",
    "track_id": null,
    "recording_id": "90a6a222-a530-4ffa-b4bc-38c468bf0a20",
    "artist": "Silk Road Assassins",
    "artist_ids": [
        "6d902969-6654-4327-9106-6ef116ab9a77"
    ],
    "album": "State of Ruin",
    "release_id": null,
    "release_group_id": "e7049b06-cbfb-4f11-8678-e87c3c7df79b",
    "labels": [
        "Planet Mu"
    ],
    "label_ids": [
        "b4edce40-090f-4956-b82a-5d9d285da40b"
    ],
    "release_date": "2019-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://silkroadassassins.bandcamp.com/album/state-of-ruin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}