Information about plays

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

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

{
    "id": 3547285,
    "uri": "https://api.kexp.org/v2/plays/3547285/?format=api",
    "airdate": "2025-08-31T19:19:17-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/dec90dbb-fe35-4066-b2ae-0f1b2fc1a0a8/15396813105-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dec90dbb-fe35-4066-b2ae-0f1b2fc1a0a8/15396813105-250.jpg",
    "song": "Music Is the Answer",
    "track_id": null,
    "recording_id": "28561d7c-1274-4e33-972c-d70907b4fc26",
    "artist": "Colonel Abrams",
    "artist_ids": [
        "c4e17198-0770-4616-b9f7-09979ab1a830"
    ],
    "album": "Colonel Abrams",
    "release_id": null,
    "release_group_id": "f4f72f48-0b03-3fb9-984b-0a7bd0bbd750",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Colonel Abrams released \"Music Is the Answer\" on Abrams' self-titled debut studio album in 1985.\nMost of the songs on the album were written by Abrams and his brother, Marston Freeman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}