Information about plays

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

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

{
    "id": 3625019,
    "uri": "https://api.kexp.org/v2/plays/3625019/?format=api",
    "airdate": "2026-03-04T01:00:35-08:00",
    "show": 66086,
    "show_uri": "https://api.kexp.org/v2/shows/66086/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born Again",
    "track_id": "d3f47a86-ed35-4391-b13e-6850cba77f48",
    "recording_id": "f661e9ad-8bb0-4237-beea-2f701de5881f",
    "artist": "DIANA",
    "artist_ids": [
        "cb14502c-6d0c-4590-87ac-44f12b799c7d"
    ],
    "album": "Perpetual Surrender",
    "release_id": "76fee385-1c82-4a9d-8820-2664cb7c49f6",
    "release_group_id": "a7354c19-ac97-4eea-b24b-18374e1702f8",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2013-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DIANA is a Toronto synthpop band, consisting of Carmen Elle (vocals), Joseph Shabason (keyboards) and Kieran Adams (drums). Their debut album Perpetual Surrender was a longlisted nominee for the 2014 Polaris Music Prize.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}