Information about plays

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

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

{
    "id": 3603020,
    "uri": "https://api.kexp.org/v2/plays/3603020/?format=api",
    "airdate": "2026-01-11T09:58:32-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got The Fury",
    "track_id": null,
    "recording_id": null,
    "artist": "Henri Herbert",
    "artist_ids": [],
    "album": "I Got The Fury",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "HH Records"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The boogie woogie piano player was born in France, raised in the UK, and moved to Austin, TX to dive deep into the rock and roll sound he was obsessed with.\nhttps://henriherbertpiano.bandcamp.com/album/i-got-the-fury",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}