Information about plays

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

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

{
    "id": 3647204,
    "uri": "https://api.kexp.org/v2/plays/3647204/?format=api",
    "airdate": "2026-04-26T22:16:51-07:00",
    "show": 66560,
    "show_uri": "https://api.kexp.org/v2/shows/66560/?format=api",
    "image_uri": "https://coverartarchive.org/release/5ff49b49-bcd3-4b92-aac3-10dca5d4f4fa/38594219931-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5ff49b49-bcd3-4b92-aac3-10dca5d4f4fa/38594219931-250.jpg",
    "song": "Feature Presentation",
    "track_id": null,
    "recording_id": "98110161-ca72-47cd-a777-f734e992123e",
    "artist": "Dismantle",
    "artist_ids": [
        "c2688815-00fd-4a7d-9150-7ac89237414c"
    ],
    "album": "Feature Presentation",
    "release_id": null,
    "release_group_id": "9a30cbd7-ae44-497a-bbfd-d209ae3eb10a",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-12-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "H E A V Y\n\nhttps://stationsmusicuk.bandcamp.com/album/feature-presentation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}