Information about plays

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

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

{
    "id": 3641252,
    "uri": "https://api.kexp.org/v2/plays/3641252/?format=api",
    "airdate": "2026-04-12T16:21:54-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-d5955b5c-e3a7-45ed-ae4f-c80a8f7baf43/mbid-d5955b5c-e3a7-45ed-ae4f-c80a8f7baf43-28024411144_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-d5955b5c-e3a7-45ed-ae4f-c80a8f7baf43/mbid-d5955b5c-e3a7-45ed-ae4f-c80a8f7baf43-28024411144_thumb250.jpg",
    "song": "Born to Die",
    "track_id": "349caf03-2720-3b5b-a8d8-24e2d235a18f",
    "recording_id": "ac71eb2c-0a25-4f06-acff-13bec69d06e1",
    "artist": "Lana Del Rey",
    "artist_ids": [
        "b7539c32-53e7-4908-bda3-81449c367da6"
    ],
    "album": "Born to Die",
    "release_id": "d5955b5c-e3a7-45ed-ae4f-c80a8f7baf43",
    "release_group_id": "4b16a1bc-8644-48ae-9b3e-8ae36aa30cfc",
    "labels": [
        "Polydor",
        "Interscope Records"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2",
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2012-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}