Information about plays

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

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

{
    "id": 3630972,
    "uri": "https://api.kexp.org/v2/plays/3630972/?format=api",
    "airdate": "2026-03-19T09:08:22-07:00",
    "show": 66221,
    "show_uri": "https://api.kexp.org/v2/shows/66221/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-eecb2183-f2eb-47cf-8d3b-70076273eeec/mbid-eecb2183-f2eb-47cf-8d3b-70076273eeec-5902728270_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-eecb2183-f2eb-47cf-8d3b-70076273eeec/mbid-eecb2183-f2eb-47cf-8d3b-70076273eeec-5902728270_thumb250.jpg",
    "song": "Original Sin",
    "track_id": "c0149432-cdbb-49bf-87f3-af8b248cff34",
    "recording_id": "37ee3eee-2eba-4f22-90a7-83923e6dc87b",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "The Swing",
    "release_id": "eecb2183-f2eb-47cf-8d3b-70076273eeec",
    "release_group_id": "02265dc6-a45e-33b3-ac41-be454b7d4f21",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Swing\" was released on this day in 1984!\n--\n Cash Box Newspaper (April 21, 1984) said the song [Original Sin] \"is a politically clever track which dreams of a racially equal and peaceful world, while also working as a tight dance single.\" https://www.worldradiohistory.com/Archive-All-Music/Cash-Box/80s/1984/CB-1984-04-12.pdf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}