Information about plays

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

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

{
    "id": 3549795,
    "uri": "https://api.kexp.org/v2/plays/3549795/?format=api",
    "airdate": "2025-09-06T22:35:48-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ecdd4a1-63fd-48e6-bbd7-266dc220efc5/29021581593-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ecdd4a1-63fd-48e6-bbd7-266dc220efc5/29021581593-250.jpg",
    "song": "Schmidt Value Pack",
    "track_id": null,
    "recording_id": "4f774913-d9fd-49b1-9fd8-3bf2f5e45783",
    "artist": "Zeke",
    "artist_ids": [
        "f49cea96-c237-4c0d-8332-98859274cc52"
    ],
    "album": "Super Sound Racing",
    "release_id": null,
    "release_group_id": "bc653326-8d29-3226-b074-81b63edcac53",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "1996-07-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Zeke are set to kick off an Australian tour in October.\n\nhttps://www.zekeyou.com/\nhttps://www.facebook.com/ZekeBand/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}