Information about plays

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

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

{
    "id": 3545892,
    "uri": "https://api.kexp.org/v2/plays/3545892/?format=api",
    "airdate": "2025-08-28T13:35:47-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://ia802904.us.archive.org/21/items/mbid-ab3e62d5-c044-48bd-adee-00f303b61bc9/mbid-ab3e62d5-c044-48bd-adee-00f303b61bc9-1892319202_thumb500.jpg",
    "thumbnail_uri": "https://ia802904.us.archive.org/21/items/mbid-ab3e62d5-c044-48bd-adee-00f303b61bc9/mbid-ab3e62d5-c044-48bd-adee-00f303b61bc9-1892319202_thumb250.jpg",
    "song": "Return to Innocence",
    "track_id": "1ef49327-ebf9-3a62-aa12-aa7b3ba85f4b",
    "recording_id": "bfcc7f3b-3a29-4701-a327-cbff0c6327ac",
    "artist": "Enigma",
    "artist_ids": [
        "f1d1df24-91af-4d27-83a4-9b4ad29b37eb"
    ],
    "album": "Return to Innocence",
    "release_id": "ab3e62d5-c044-48bd-adee-00f303b61bc9",
    "release_group_id": "c6649f53-a729-323e-9c66-33b5f62e9d90",
    "labels": [
        "Charisma"
    ],
    "label_ids": [
        "924da91f-86a6-4f15-842f-b9afb645fe5c"
    ],
    "release_date": "1994-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enigma sampled the drums from Funkadelics' \"Good Old Music\" and also John Bonham's drumming on Led Zeppelin's \"When the Levee Breaks.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}