Information about plays

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

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

{
    "id": 3635621,
    "uri": "https://api.kexp.org/v2/plays/3635621/?format=api",
    "airdate": "2026-03-30T14:28:38-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "https://ia601805.us.archive.org/8/items/mbid-577cd7d3-aad2-37c0-a0fe-863554295d36/mbid-577cd7d3-aad2-37c0-a0fe-863554295d36-28354623234_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-577cd7d3-aad2-37c0-a0fe-863554295d36/mbid-577cd7d3-aad2-37c0-a0fe-863554295d36-28354623234_thumb250.jpg",
    "song": "Same Old Scene",
    "track_id": "1b55b9b7-0bc9-3d94-b95c-1090f2c8aa3b",
    "recording_id": "c68ccf2b-6ac4-4d50-bf31-404cc550877a",
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Flesh + Blood",
    "release_id": "577cd7d3-aad2-37c0-a0fe-863554295d36",
    "release_group_id": "48cb1f6d-d65a-3e5d-aabb-83977322d3fd",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1999-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the band's first album without drummer Paul Thompson. After his departure the and became a trio made up of singer Bryan Ferry, saxophonist Andy Mackay and guitarist Phil Manzanera.\n\n\"Same Old Scene\" contained a Roland CR-78 drum machine rhythm backing and intricate bass guitar work that would become ubiquitous to Roxy Musi's sound moving forward.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}