Information about plays

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

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

{
    "id": 3549518,
    "uri": "https://api.kexp.org/v2/plays/3549518/?format=api",
    "airdate": "2025-09-06T05:30:23-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pig Skin Hat",
    "track_id": null,
    "recording_id": "5f89d2fc-812a-4401-be38-eee7ad544ad6",
    "artist": "God's Favorite Beefcake",
    "artist_ids": [
        "19b04218-03d0-41f7-b16f-b9a890e1317c"
    ],
    "album": "Witches Bones 'n' Whale Skin",
    "release_id": null,
    "release_group_id": "3666076f-d163-48e8-927a-0dfccf69da27",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2012-06-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Joe \nhttps://godsfavoritebeefcake.bandcamp.com/album/witches-bones-n-whale-skin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}