Information about plays

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

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

{
    "id": 3634181,
    "uri": "https://api.kexp.org/v2/plays/3634181/?format=api",
    "airdate": "2026-03-27T07:16:20-07:00",
    "show": 66291,
    "show_uri": "https://api.kexp.org/v2/shows/66291/?format=api",
    "image_uri": "https://dn710009.ca.archive.org/0/items/mbid-eefe82d4-6967-4282-b852-7e4c2f84aa2a/mbid-eefe82d4-6967-4282-b852-7e4c2f84aa2a-38333257610_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-eefe82d4-6967-4282-b852-7e4c2f84aa2a/mbid-eefe82d4-6967-4282-b852-7e4c2f84aa2a-38333257610_thumb250.jpg",
    "song": "Staying Alive",
    "track_id": "d3184ee2-1219-30dc-b482-226f6b32bab3",
    "recording_id": "6ff7157c-592f-49ee-a724-85b652a41952",
    "artist": "Happy Mondays",
    "artist_ids": [
        "01f4fb92-6bf0-4de5-83dc-3fe194e763bf"
    ],
    "album": "Sunshine And Love",
    "release_id": "c378401c-b39d-4caf-ace3-229c52f1ce5c",
    "release_group_id": "a44910d0-dfeb-307e-b177-f120073b0e36",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Happy Mondays' cover of the Bee Gee's 1977 classic. \n--\nYou can find this Bee Gees' cover on a four-song EP (which also featured \"24 Hour Party People\"): https://www.discogs.com/release/1075799-Happy-Mondays-Sunshine-Love\n--\nHappy Mondays are an alternative rock band formed in Salford, Greater Manchester, U.K. in 1985, by Shaun Ryder and his bass-playing brother Paul.: https://www.last.fm/music/Happy+Mondays/+wiki",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}