Information about plays

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

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

{
    "id": 3557807,
    "uri": "https://api.kexp.org/v2/plays/3557807/?format=api",
    "airdate": "2025-09-26T03:36:37-07:00",
    "show": 64662,
    "show_uri": "https://api.kexp.org/v2/shows/64662/?format=api",
    "image_uri": "https://coverartarchive.org/release/36f98d23-c3d2-46af-8296-ef833d9039a7/28657125254-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36f98d23-c3d2-46af-8296-ef833d9039a7/28657125254-250.jpg",
    "song": "The Pink Room",
    "track_id": null,
    "recording_id": null,
    "artist": "Angelo Badalamenti",
    "artist_ids": [
        "5894dac5-0260-4175-b36e-e34680a859d6"
    ],
    "album": "Twin Peaks: Fire Walk With Me: Music From the Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "ec7cf415-28cc-39ed-83ee-85bbca46980a",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}