Information about plays

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

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

{
    "id": 3673530,
    "uri": "https://api.kexp.org/v2/plays/3673530/?format=api",
    "airdate": "2026-06-28T10:06:08-07:00",
    "show": 67109,
    "show_uri": "https://api.kexp.org/v2/shows/67109/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d78a739-8642-4091-8ba5-89a60b99a386/37503969491-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5d78a739-8642-4091-8ba5-89a60b99a386/37503969491-250.jpg",
    "song": "So Long, Noodle House",
    "track_id": null,
    "recording_id": "943413b3-c5bd-4b3e-83a6-899706140a48",
    "artist": "Hot Apple Band",
    "artist_ids": [
        "35024faa-2a2b-4d2b-999b-579726fd7313"
    ],
    "album": "So Long, Noodle House",
    "release_id": null,
    "release_group_id": "7b8cc7ef-d9b9-46f2-bbbd-988e3de8c7c1",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in Sydney, Australia.\nhttps://hotappleband.bandcamp.com/album/so-long-noodle-house",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}