Information about plays

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

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

{
    "id": 3658882,
    "uri": "https://api.kexp.org/v2/plays/3658882/?format=api",
    "airdate": "2026-05-24T07:12:58-07:00",
    "show": 66801,
    "show_uri": "https://api.kexp.org/v2/shows/66801/?format=api",
    "image_uri": "https://coverartarchive.org/release/750003d4-6ceb-471d-b3ae-b7611ecf74c5/45011246612-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/750003d4-6ceb-471d-b3ae-b7611ecf74c5/45011246612-250.jpg",
    "song": "Way Home",
    "track_id": null,
    "recording_id": "2ab58f78-552b-463e-a9dd-9d1d6cfd1fe1",
    "artist": "Walrus Ghost",
    "artist_ids": [
        "f9744854-7a82-4f84-9bf5-9400789d7558"
    ],
    "album": "If You Could Be Here Now",
    "release_id": null,
    "release_group_id": "ae8acebf-c4f1-4aff-a932-994dcd8ff9ca",
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2026-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second early single off the forthcoming sophomore solo album from Walrus Ghost, the alias of Brooklyn-based musician Christian Banks ~ https://hushhushrecords.bandcamp.com/album/if-you-could-be-here-now",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}