Information about plays

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

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

{
    "id": 3621214,
    "uri": "https://api.kexp.org/v2/plays/3621214/?format=api",
    "airdate": "2026-02-23T09:01:07-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free",
    "track_id": "5e46f8f6-9cfe-4dba-ad34-5511e48c3ac4",
    "recording_id": "45519123-1013-453d-9267-40833e536cdb",
    "artist": "Angel Olsen",
    "artist_ids": [
        "185527bf-c293-4c24-8213-ed98fb8976be"
    ],
    "album": "Half Way Home",
    "release_id": "27eb8ffe-14c0-4fe9-bd65-f4ea6d5071d4",
    "release_group_id": "e524a3ae-ddf8-438b-a495-433db28270a4",
    "labels": [
        "Bathetic Records"
    ],
    "label_ids": [
        "56c65314-7303-4e2e-9a06-ba52b36b9c3d"
    ],
    "release_date": "2012-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Asheville, NC artist’s debut album.\n\nCheck out her earliest Live on KEXP session from 2014\nhttps://www.youtube.com/watch?v=7BDPEr2X8P4\n\nhttps://angelolsen.bandcamp.com/album/half-way-home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}