Information about plays

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

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

{
    "id": 3547247,
    "uri": "https://api.kexp.org/v2/plays/3547247/?format=api",
    "airdate": "2025-08-31T17:12:59-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nentori (Bess remix)",
    "track_id": null,
    "recording_id": "cf09e2b1-b09b-467f-bf63-c8928ff35323",
    "artist": "Arilena Ara",
    "artist_ids": [
        "8d394d06-bf11-4628-967c-bd93838cebb6"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Yeni Dünya Müzik"
    ],
    "label_ids": [
        "80392044-ac9d-4e68-b321-b96d19169ee8"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Albanian artist. https://eurovision.tv/story/in-the-spotlight-arilena-ara",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}