Information about plays

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

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

{
    "id": 3611217,
    "uri": "https://api.kexp.org/v2/plays/3611217/?format=api",
    "airdate": "2026-01-31T00:19:54-08:00",
    "show": 65797,
    "show_uri": "https://api.kexp.org/v2/shows/65797/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Death of Neoliberalism",
    "track_id": null,
    "recording_id": "157fba6b-1044-42b0-b365-fc27f0ecc350",
    "artist": "Lowkey feat. Greg Blackman",
    "artist_ids": [
        "0d0fc843-a6d4-45a2-b87f-e1cc7780cd95",
        "27392d28-c438-4f37-b9bd-621832c91d50"
    ],
    "album": "Soundtrack to the Struggle 2",
    "release_id": null,
    "release_group_id": "d32c78e1-02c4-4dc7-873f-b8747d72a5ae",
    "labels": [
        "Mesopotamia Music"
    ],
    "label_ids": [
        "0531fa53-ecd7-4130-b853-c29eac5f0360"
    ],
    "release_date": "2019-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}