Information about plays

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

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

{
    "id": 3595057,
    "uri": "https://api.kexp.org/v2/plays/3595057/?format=api",
    "airdate": "2025-12-23T20:35:04-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nadal de Luíntra",
    "track_id": null,
    "recording_id": "de6d8ad7-8b40-43be-adee-11b5e1771f87",
    "artist": "Berrogüetto",
    "artist_ids": [
        "6285a40e-f315-4e03-a991-607af695b12c"
    ],
    "album": "Cantigas de Nadal",
    "release_id": null,
    "release_group_id": "954bdb63-80be-4a5c-81cb-49477a18a9b4",
    "labels": [
        "BOA"
    ],
    "label_ids": [
        "956d2ed0-eb87-48f6-841b-74cee45161b9"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BERROGÜETTO is the sum of three concepts: BERRO + GUETO + SOWETO.\n\nBerro (the Galician word for cry). Gueto (from the Italian ghetto). Soweto (the Johannesburg area that became the symbol of opposition to Apartheid).\n\nMore here: https://www.berroguetto.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}