Information about plays

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

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

{
    "id": 3547844,
    "uri": "https://api.kexp.org/v2/plays/3547844/?format=api",
    "airdate": "2025-09-02T04:28:32-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://coverartarchive.org/release/869bb80d-1500-4edd-8527-1d1f47994940/36415281422-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/869bb80d-1500-4edd-8527-1d1f47994940/36415281422-250.jpg",
    "song": "Mystery",
    "track_id": null,
    "recording_id": "7c15bcd3-8ac0-423b-96be-22643891ae82",
    "artist": "Turnstile & BADBADNOTGOOD",
    "artist_ids": [
        "7b748dac-f5ce-45a7-9b95-c1d8b5b013ed",
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f"
    ],
    "album": "New Heart Designs",
    "release_id": null,
    "release_group_id": "fa1961f0-a602-4ab0-be5c-104a80aebcd1",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "2023-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Heart Design EP reimagines three songs from Turnstile’s 2021 album, Glow On. \n\nTurnstile have shared an accompanying 10-minute video that features each reimagined track. You can watch the official tour clip, filmed and edited by Alex Henery: https://youtu.be/mQCK9ObTAH0\n\nhttps://www.turnstilehardcore.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}