Information about plays

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

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

{
    "id": 3641152,
    "uri": "https://api.kexp.org/v2/plays/3641152/?format=api",
    "airdate": "2026-04-12T10:41:26-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d7f7b54-4628-4fe1-9913-5388021b54b2/39949013826-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d7f7b54-4628-4fe1-9913-5388021b54b2/39949013826-250.jpg",
    "song": "Ghost Ship",
    "track_id": null,
    "recording_id": "dfc5ba25-3347-45f4-833e-de940764f462",
    "artist": "Cory Hanson",
    "artist_ids": [
        "cf2f8c4f-00ae-41c9-91b7-294b2747c11a"
    ],
    "album": "Western Cum",
    "release_id": null,
    "release_group_id": "5e70058c-4d4b-4cbe-99d2-c56a754c2b2d",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2023-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wand frontman’s solo album.\nhttps://coryhanson.bandcamp.com/album/western-cum",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}