Information about plays

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

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

{
    "id": 3618083,
    "uri": "https://api.kexp.org/v2/plays/3618083/?format=api",
    "airdate": "2026-02-16T00:24:33-08:00",
    "show": 65945,
    "show_uri": "https://api.kexp.org/v2/shows/65945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Genesarets sjö",
    "track_id": null,
    "recording_id": "79657649-070d-4186-9874-b549e638a79b",
    "artist": "Kjell Höglund",
    "artist_ids": [
        "c35b751f-18de-4ca7-8983-c11807ac3234"
    ],
    "album": "Tidens tecken",
    "release_id": null,
    "release_group_id": "65bf1e24-67d9-3e49-91cc-715a20ff4496",
    "labels": [
        "Atlantis Grammofon AB"
    ],
    "label_ids": [
        "3f4b8f4c-5ea5-4039-a5df-1f382687aa09"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}