Information about plays

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

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

{
    "id": 3549209,
    "uri": "https://api.kexp.org/v2/plays/3549209/?format=api",
    "airdate": "2025-09-05T11:50:37-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?format=api",
    "image_uri": "https://ia601307.us.archive.org/35/items/mbid-79570854-e6f2-4d86-8aef-fabe194166e5/mbid-79570854-e6f2-4d86-8aef-fabe194166e5-12839532860_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/35/items/mbid-79570854-e6f2-4d86-8aef-fabe194166e5/mbid-79570854-e6f2-4d86-8aef-fabe194166e5-12839532860_thumb250.jpg",
    "song": "Only Love Can Break Your Heart",
    "track_id": "f969f443-f580-3294-909b-81e5e705e385",
    "recording_id": "92e1e562-eefb-4891-9ad0-083d28e796b7",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "After the Gold Rush",
    "release_id": "79570854-e6f2-4d86-8aef-fabe194166e5",
    "release_group_id": "b6a3952b-9977-351c-a80a-73e023143858",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After a rocking show just outside of Seattle last night, Neil Young's tour continues: \n\n-Saturday, September 6th and Monday, September 8th in Burnaby, BC at Deer Lake Park \n\n-Wednesday, September 10th in Bend, OR at Hayden Homes Amphitheater",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}