Information about plays

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

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

{
    "id": 3618051,
    "uri": "https://api.kexp.org/v2/plays/3618051/?format=api",
    "airdate": "2026-02-15T22:36:22-08:00",
    "show": 65944,
    "show_uri": "https://api.kexp.org/v2/shows/65944/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dusk (Alex Falk Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Max Watts",
    "artist_ids": [
        "754ced0b-a4a1-4ce7-af97-e689c800e39a"
    ],
    "album": "Dusk",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Faith Beat"
    ],
    "label_ids": [
        "b326c5eb-e2d8-4511-a4bd-ecfc93dc67e0"
    ],
    "release_date": "2025-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://maxwatts.bandcamp.com/album/faith-beat-06-the-dusk-ep\n\nAustin Robertson in the mix! Yes!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}