Information about plays

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

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

{
    "id": 3568940,
    "uri": "https://api.kexp.org/v2/plays/3568940/?format=api",
    "airdate": "2025-10-23T12:46:22-07:00",
    "show": 64911,
    "show_uri": "https://api.kexp.org/v2/shows/64911/?format=api",
    "image_uri": "https://dn710001.ca.archive.org/0/items/mbid-7923a346-5bd6-488e-a924-3f3b0f7a082a/mbid-7923a346-5bd6-488e-a924-3f3b0f7a082a-28836333969_thumb500.jpg",
    "thumbnail_uri": "https://dn710001.ca.archive.org/0/items/mbid-7923a346-5bd6-488e-a924-3f3b0f7a082a/mbid-7923a346-5bd6-488e-a924-3f3b0f7a082a-28836333969_thumb250.jpg",
    "song": "Dracula Drug",
    "track_id": "9081589d-eaea-4e6a-a00e-60cb60a49e1e",
    "recording_id": "bcb4376d-8b99-486d-8f2b-b433f6049ae4",
    "artist": "Frankie and The Witch Fingers",
    "artist_ids": [
        "cc846715-ccc7-4391-868b-0876d135daa0"
    ],
    "album": "ZAM",
    "release_id": "7923a346-5bd6-488e-a924-3f3b0f7a082a",
    "release_group_id": "f3ebc91b-03df-4825-bb6a-562e53cca99c",
    "labels": [
        "Greenway Records"
    ],
    "label_ids": [
        "353d0410-9950-45b1-b707-a3a303ae6fa3"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frankie and The Witch Fingers rocked the KEXP Gathering Space in July 2024. It was so good that they made it an official release and even pressed it on vinyl for Record Store Day last year!\n\nCheck it out that performance right here:\nhttps://www.youtube.com/watch?v=XmpvB8AxZ5c\n\nhttps://frankieandthewitchfingers.bandcamp.com/album/live-at-kexp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}