Information about plays

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

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

{
    "id": 3521485,
    "uri": "https://api.kexp.org/v2/plays/3521485/?format=api",
    "airdate": "2025-07-02T03:06:47-07:00",
    "show": 63896,
    "show_uri": "https://api.kexp.org/v2/shows/63896/?format=api",
    "image_uri": "https://ia600808.us.archive.org/8/items/mbid-e94419f0-b909-4f0b-8aa5-0489fcb093c4/mbid-e94419f0-b909-4f0b-8aa5-0489fcb093c4-5230523696_thumb500.jpg",
    "thumbnail_uri": "https://ia600808.us.archive.org/8/items/mbid-e94419f0-b909-4f0b-8aa5-0489fcb093c4/mbid-e94419f0-b909-4f0b-8aa5-0489fcb093c4-5230523696_thumb250.jpg",
    "song": "The Widow",
    "track_id": "2e5b4e2c-590d-3914-830c-7e71c4484eca",
    "recording_id": "add7747b-5a44-4c36-b4ad-6f56de1b744c",
    "artist": "The Mars Volta",
    "artist_ids": [
        "20883363-1ea4-4d72-ad72-c0e767038f3e"
    ],
    "album": "Frances the Mute",
    "release_id": "e94419f0-b909-4f0b-8aa5-0489fcb093c4",
    "release_group_id": "ccca11eb-25ec-3063-9e26-1fcfbb5c4a0c",
    "labels": [
        "Strummer Recordings",
        "Gold Standard Laboratories",
        "Universal Records"
    ],
    "label_ids": [
        "11171ba4-9add-48a5-990f-4c263676ede8",
        "6b840146-af37-4a22-ad66-eafd43e3414a",
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2005-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "11/22 @ Temple Theatre - Tacoma\n11/25 @ Fox Theatre - SF\n\nThe Mars Volta formed in 2001 in El Paso, TX. This track comes from the band's 2005 sophomore album, Frances the Mute.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}