Information about plays

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

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

{
    "id": 3561040,
    "uri": "https://api.kexp.org/v2/plays/3561040/?format=api",
    "airdate": "2025-10-04T00:07:25-07:00",
    "show": 64737,
    "show_uri": "https://api.kexp.org/v2/shows/64737/?format=api",
    "image_uri": "https://coverartarchive.org/release/12daa172-c7da-42d3-b4a0-280fb2fa49b2/27222193737-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/12daa172-c7da-42d3-b4a0-280fb2fa49b2/27222193737-250.jpg",
    "song": "The World",
    "track_id": null,
    "recording_id": null,
    "artist": "The Deli",
    "artist_ids": [
        "75f935c5-e913-4e50-9112-e958e78595f1"
    ],
    "album": "Just the Remixes, Vol.1",
    "release_id": null,
    "release_group_id": "a40d381b-2c1b-444f-b58b-08468829133a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2014-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "air break",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}