Information about plays

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

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

{
    "id": 3578736,
    "uri": "https://api.kexp.org/v2/plays/3578736/?format=api",
    "airdate": "2025-11-15T22:53:56-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://ia601902.us.archive.org/34/items/mbid-33a75665-23bb-4902-b632-34c2d0cf5f90/mbid-33a75665-23bb-4902-b632-34c2d0cf5f90-3799345950_thumb500.jpg",
    "thumbnail_uri": "https://ia601902.us.archive.org/34/items/mbid-33a75665-23bb-4902-b632-34c2d0cf5f90/mbid-33a75665-23bb-4902-b632-34c2d0cf5f90-3799345950_thumb250.jpg",
    "song": "Young Trash",
    "track_id": "0c909939-cab0-4fa1-b0dc-9167ced7c03e",
    "recording_id": "a7cf7fbb-7337-42d4-9555-1e75d5ffe862",
    "artist": "Ex-Cult",
    "artist_ids": [
        "b897c806-0cc8-462a-83d7-94a09d7cd700"
    ],
    "album": "Ex-Cult",
    "release_id": "efc345a5-72ec-4ac2-89c4-c1d53e2a2973",
    "release_group_id": "8f7e8a60-4524-41b7-8ee0-1d4f8eece1ed",
    "labels": [
        "Goner Records"
    ],
    "label_ids": [
        "5f34cb71-a278-447e-be19-1d068d3e74ca"
    ],
    "release_date": "2012-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ex-Cult are a fierce band from Memphis. The group was formed in 2011 by vocalist Chris Shaw, formerly of Vile Nation, and drummer Michael Peery, who worked with the band Magic Kids.\n\nhttps://ex-cult.bandcamp.com/album/ex-cult-s-t\nhttps://www.facebook.com/excultmemphis/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}