Information about plays

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

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

{
    "id": 3673531,
    "uri": "https://api.kexp.org/v2/plays/3673531/?format=api",
    "airdate": "2026-06-28T10:07:55-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",
    "track_id": null,
    "recording_id": "50f8dd32-a695-4509-a07b-ebb922cabea6",
    "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": [
        "Third Eye Stimuli Records"
    ],
    "label_ids": [
        "50cf4b86-141b-4974-b74a-90dca998b021"
    ],
    "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"
}