Information about plays

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

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

{
    "id": 3551616,
    "uri": "https://api.kexp.org/v2/plays/3551616/?format=api",
    "airdate": "2025-09-11T07:08:58-07:00",
    "show": 64532,
    "show_uri": "https://api.kexp.org/v2/shows/64532/?format=api",
    "image_uri": "https://ia800100.us.archive.org/9/items/mbid-c71073b1-4ea4-42d1-b1bc-2ef5aaeb8cc0/mbid-c71073b1-4ea4-42d1-b1bc-2ef5aaeb8cc0-15875973233_thumb500.jpg",
    "thumbnail_uri": "https://ia800100.us.archive.org/9/items/mbid-c71073b1-4ea4-42d1-b1bc-2ef5aaeb8cc0/mbid-c71073b1-4ea4-42d1-b1bc-2ef5aaeb8cc0-15875973233_thumb250.jpg",
    "song": "When It’s Cold I’d Like to Die",
    "track_id": "ee372944-2763-3a90-be0f-2e29504f9580",
    "recording_id": "de947a86-57b2-4313-b3dd-8cde36597627",
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Mobysongs (1993–1998)",
    "release_id": "c71073b1-4ea4-42d1-b1bc-2ef5aaeb8cc0",
    "release_group_id": "723315eb-7e8a-3479-9121-ea837dc56dbb",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "2000-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 60th birthday, Moby (b. 1965)!\n\nMoby has described Everything Is Wrong as \"a record that almost served as a lifeboat for the songs I cared the most about\" noting that he attempted to cover as many musical styles as possible not \"out of trying to be eclectic, but just because I was in love with all of these genres and I felt like this may be my only chance to make a record.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}