Information about plays

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

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

{
    "id": 3667583,
    "uri": "https://api.kexp.org/v2/plays/3667583/?format=api",
    "airdate": "2026-06-13T22:47:32-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/a0baaaf9-7e11-4eda-b2dd-ebdf00ba092c/13242717690-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a0baaaf9-7e11-4eda-b2dd-ebdf00ba092c/13242717690-250.jpg",
    "song": "Teen Challenge",
    "track_id": null,
    "recording_id": "ad38be4d-d36c-4cf3-822b-6610e33323e8",
    "artist": "The Next",
    "artist_ids": [
        "780a17b3-e321-4c77-9948-0ee29aa53268"
    ],
    "album": "Live at Raul’s",
    "release_id": null,
    "release_group_id": "e2abeb3a-eab9-3e27-8f19-e1e857945c18",
    "labels": [
        "Raul's Records"
    ],
    "label_ids": [
        "6a012582-0912-4d60-bf14-11ce4b51deb6"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from Austin Texas.  Active since 1977, they were a fixture of the legendary Raul's Club punk scene.\n\nhttps://thenextaustin.bandcamp.com/album/make-it-quick-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}