Information about plays

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

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

{
    "id": 3604104,
    "uri": "https://api.kexp.org/v2/plays/3604104/?format=api",
    "airdate": "2026-01-14T03:02:31-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doublewhiskeycokenoice",
    "track_id": null,
    "recording_id": "28af6e98-c25a-4e3d-aa27-04a8dd4cf63b",
    "artist": "Dillinger Four",
    "artist_ids": [
        "fc6a16d9-5dfd-43b1-be98-ba49366d9f27"
    ],
    "album": "Midwestern Songs of the Americas",
    "release_id": null,
    "release_group_id": "65db4822-094f-3fff-a4c4-a87477e2e30b",
    "labels": [
        "Hopeless Records"
    ],
    "label_ids": [
        "30204406-1596-4508-81b3-2f27e41c6c14"
    ],
    "release_date": "1998-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Dillinger Four is an American punk rock band formed in 1994 in Minneapolis, Minnesota. They have released four full-length studio albums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}