Information about plays

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

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

{
    "id": 3572671,
    "uri": "https://api.kexp.org/v2/plays/3572671/?format=api",
    "airdate": "2025-11-01T17:08:58-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Repulsion",
    "track_id": "595cd033-0062-346a-aa14-285472b03c72",
    "recording_id": "a9bcb537-c0aa-42bc-999a-91b3a9d68635",
    "artist": "Quasi",
    "artist_ids": [
        "3df29542-402a-49a5-ae1f-82f936184b3b"
    ],
    "album": "American Gong",
    "release_id": "0510475f-cf57-498c-8eb2-d2357d7320e2",
    "release_group_id": "6628db68-7419-480e-9535-4611ec31d596",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2010-02-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Quasi will be in the KEXP Gathering Space for Audioasis Live TONIGHT, Saturday, November 1st, with Wimps & Chico Detour. Doors 5pm, Show 6pm\nFind out more and purchase tickets here: https://www.kexp.org/events/kexp-events/audioasis-live-4/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}