Information about plays

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

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

{
    "id": 3542073,
    "uri": "https://api.kexp.org/v2/plays/3542073/?format=api",
    "airdate": "2025-08-19T13:08:09-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Canım Kurban",
    "track_id": "1b8e971d-184a-36d6-82fc-386e5809a5cc",
    "recording_id": "71dcde28-bd1f-4926-9175-7017321f85a4",
    "artist": "3 Hürel",
    "artist_ids": [
        "6ccbe964-a897-4da8-8d44-1be62d1ec87e"
    ],
    "album": "Eski 45'likler: 3 Hürel",
    "release_id": "905f93b3-c584-492d-9ef6-f20138cffebc",
    "release_group_id": "14c0e853-a787-3dc9-b0c4-cb8a331accd7",
    "labels": [
        "Ada Müzik"
    ],
    "label_ids": [
        "fb1b4d4b-b5d6-4d2d-a180-9b87e1447b22"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"3 H​ü​r​-​El was a Turkish rock band, formed in 1970 by siblings Onur, Haldun and Feridun Hürel. Considered as among Turkey's most popular Anatolian rock bands (Anadolu-Pop) the band performed folk-driven pop and rock music and occasionally also paraphrased classic folk songs with considerable ingenuity.\" https://turkishvinyl.bandcamp.com/album/3-h-r-el?from=hp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}