Information about plays

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

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

{
    "id": 3578745,
    "uri": "https://api.kexp.org/v2/plays/3578745/?format=api",
    "airdate": "2025-11-15T23:16:11-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef58ae1e-a228-4292-8e64-0463eba05223/36055847765-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ef58ae1e-a228-4292-8e64-0463eba05223/36055847765-250.jpg",
    "song": "Huff My Sack",
    "track_id": null,
    "recording_id": "6f6701b0-e2cb-4f5f-8725-845303917ef0",
    "artist": "Lumpy and the Dumpers",
    "artist_ids": [
        "c9438167-656a-4d7e-a2f9-d371a03f63f8"
    ],
    "album": "Huff My Sack",
    "release_id": null,
    "release_group_id": "57f1dbe5-e994-4d82-88a5-80c159d63dcf",
    "labels": [
        "La vida es un mus"
    ],
    "label_ids": [
        "19597ca8-ff67-4838-8cc0-f562322aa3bc"
    ],
    "release_date": "2016-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "St. Louis legends active from 2012-2018.\n\nhttps://lumpythedumpers.bandcamp.com/album/collection",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}