Information about plays

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

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

{
    "id": 3579953,
    "uri": "https://api.kexp.org/v2/plays/3579953/?format=api",
    "airdate": "2025-11-18T19:34:33-08:00",
    "show": 65148,
    "show_uri": "https://api.kexp.org/v2/shows/65148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tango od S.V. Malenczyka",
    "track_id": null,
    "recording_id": null,
    "artist": "Hajda Banda",
    "artist_ids": [
        "18d1041d-14b6-41e9-b598-887df6581eae"
    ],
    "album": "Hajda!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Karrot Kommando"
    ],
    "label_ids": [
        "eb227861-ae6d-421e-b991-e8a8623725e7"
    ],
    "release_date": "2025-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hajda Banda / Гайда Банда is a Belarusian-Polish band performing traditional dances and songs from eastern Poland’s Podlasie region, the western parts of Belarus, and Polesye on the Polish-Ukrainian-Belarusian border.\n\nhttps://hajdabanda.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}