Information about plays

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

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

{
    "id": 3632461,
    "uri": "https://api.kexp.org/v2/plays/3632461/?format=api",
    "airdate": "2026-03-22T17:57:15-07:00",
    "show": 66252,
    "show_uri": "https://api.kexp.org/v2/shows/66252/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-b4412fdd-6995-42e0-8a2f-aadd2ee999f3/mbid-b4412fdd-6995-42e0-8a2f-aadd2ee999f3-16587557433_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-b4412fdd-6995-42e0-8a2f-aadd2ee999f3/mbid-b4412fdd-6995-42e0-8a2f-aadd2ee999f3-16587557433_thumb250.jpg",
    "song": "Busted and Blue",
    "track_id": "bb7f5111-1635-4f7b-8872-459d2f93f445",
    "recording_id": "745e1cf7-1295-4d78-9845-7fba0e36375a",
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Humanz",
    "release_id": "b4412fdd-6995-42e0-8a2f-aadd2ee999f3",
    "release_group_id": "066f840f-e357-436f-bb0a-47ad7cfcd84a",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2017-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees of Robert Smith/The Cure!\n\nRoy Ayers provides backing vocals and his signature vibraphone work on the track. Ayers has performed the song live with the band, including a notable appearance at the Demon Dayz Festival in 2017.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}