Information about plays

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

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

{
    "id": 3607372,
    "uri": "https://api.kexp.org/v2/plays/3607372/?format=api",
    "airdate": "2026-01-21T21:37:57-08:00",
    "show": 65718,
    "show_uri": "https://api.kexp.org/v2/shows/65718/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrangler",
    "track_id": null,
    "recording_id": null,
    "artist": "Stranded",
    "artist_ids": [
        "c2948acd-84a9-409f-b6ec-96639c44932f"
    ],
    "album": "Wrangler",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Double Phantom"
    ],
    "label_ids": [
        "3657e467-147f-4180-878f-b29490ced076"
    ],
    "release_date": "2026-01-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the upcoming record \"The Dead\" https://strandedmsk.bandcamp.com/album/the-dead",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}