Information about plays

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

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

{
    "id": 3547845,
    "uri": "https://api.kexp.org/v2/plays/3547845/?format=api",
    "airdate": "2025-09-02T04:30:58-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": "Underwater Boi",
    "track_id": null,
    "recording_id": "1d483b95-87c8-4518-932c-01b2e27935d6",
    "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": "One more from this EP since we've been running up the plays on that latest album... \n\nCatch them on tour this Fall! https://turnstilehardcore.com/pages/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}