Information about plays

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

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

{
    "id": 3599061,
    "uri": "https://api.kexp.org/v2/plays/3599061/?format=api",
    "airdate": "2026-01-02T03:12:24-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady of Leisure",
    "track_id": "89a91565-4c55-46fe-ab19-e5c1c1c18a0b",
    "recording_id": "9a9aaf68-2d90-40a0-9b59-420324d3f466",
    "artist": "Gifted Gab",
    "artist_ids": [
        "b775cccf-c07a-4b1e-92ee-ee75dfaa18e2"
    ],
    "album": "Gab the Most High",
    "release_id": "5e058744-7c1e-431c-91a7-c4e1ef59c3d8",
    "release_group_id": "d35ee8b1-58ed-4123-8e81-61591c3c66ba",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "3AM Time Machine - 2016\n----\nSeattle's own - https://giftedgab.bandcamp.com/album/g-body-music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}