Information about plays

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

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

{
    "id": 3615141,
    "uri": "https://api.kexp.org/v2/plays/3615141/?format=api",
    "airdate": "2026-02-09T05:11:50-08:00",
    "show": 65886,
    "show_uri": "https://api.kexp.org/v2/shows/65886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moments in Love",
    "track_id": "0d62f512-4393-3491-8d18-97f4cb2a90ba",
    "recording_id": "cfab1e7c-62c8-4167-b040-84ceca7df5b1",
    "artist": "Art of Noise",
    "artist_ids": [
        "be899560-1570-402e-9f95-3182898a8b70"
    ],
    "album": "(Who's Afraid Of?) The Art of Noise!",
    "release_id": "98bdd77a-de89-36dd-8e91-9a3e7d232ad4",
    "release_group_id": "a989c2cb-1331-3006-8e01-23e1d7530b75",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The British avant-garde group Art of Noise originally released this song on their debut EP from 1983; the track next appears on this 1984 debut LP, and was finally released as a single in 1985.\n\nFun fact: Madonna and Sean Penn walked down the aisle to this track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}