Information about plays

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

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

{
    "id": 3547645,
    "uri": "https://api.kexp.org/v2/plays/3547645/?format=api",
    "airdate": "2025-09-01T16:58:10-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "https://coverartarchive.org/release/240d9a56-db29-3b41-9532-86ced997d3a7/1030738740-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/240d9a56-db29-3b41-9532-86ced997d3a7/1030738740-250.jpg",
    "song": "Dog and Butterfly",
    "track_id": null,
    "recording_id": "9b11136e-abfc-4fa8-86e0-e2fb4db69ed8",
    "artist": "Heart",
    "artist_ids": [
        "bdbd48f5-abf3-4a4f-9a21-4551dbc3fde9"
    ],
    "album": "Dog & Butterfly",
    "release_id": null,
    "release_group_id": "3375278e-6a10-3fbb-b65a-61514a027fc2",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1978-10-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth studio album by Heart. Dog was the A side and was \"rocking\". Butterfly was  the b side which was mostly ballads.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}