Information about plays

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

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

{
    "id": 3574200,
    "uri": "https://api.kexp.org/v2/plays/3574200/?format=api",
    "airdate": "2025-11-05T05:54:24-08:00",
    "show": 65027,
    "show_uri": "https://api.kexp.org/v2/shows/65027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beds Are Burning",
    "track_id": "65537647-2bed-3273-bb34-2ff5263ad42a",
    "recording_id": "ccde1ecd-8169-4463-abbc-488a07298fd9",
    "artist": "Midnight Oil",
    "artist_ids": [
        "05072650-4b05-4e8b-83d0-dba2576e306a"
    ],
    "album": "Diesel and Dust",
    "release_id": "973db7e7-9c1b-4eb1-ba2c-5eb75b90cb58",
    "release_group_id": "31627a1a-3bc8-3da1-b106-d264ea4ac339",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Beds Are Burning” by Midnight Oil has a pounding beat that reflects the heart behind the lyrics about the indigenous people of Australia forcibly removed to make way for agriculture and mining. Pushing the idea that we can't just sit back and let the world burn around us. https://www.mixonline.com/recording/classic-tracks/classic-tracks-beds-are-burning-midnight-oil-367592",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}