Information about plays

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

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

{
    "id": 3549029,
    "uri": "https://api.kexp.org/v2/plays/3549029/?format=api",
    "airdate": "2025-09-05T00:57:03-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Haliç'te Gün Batımı",
    "track_id": null,
    "recording_id": "363ed02f-0878-4721-922e-fcbe6bdac33d",
    "artist": "Moğollar",
    "artist_ids": [
        "76693ade-bd4a-4338-b2b7-3a494b1fb5fe"
    ],
    "album": "1968 - 2000",
    "release_id": null,
    "release_group_id": "7efb7ac7-215f-3bf4-9140-addc5c1b5841",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}