Information about plays

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

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

{
    "id": 3579926,
    "uri": "https://api.kexp.org/v2/plays/3579926/?format=api",
    "airdate": "2025-11-18T17:52:56-08:00",
    "show": 65147,
    "show_uri": "https://api.kexp.org/v2/shows/65147/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-2e54bba1-1b3f-4e7a-b9e2-fd626c304e7c/mbid-2e54bba1-1b3f-4e7a-b9e2-fd626c304e7c-33894195333_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-2e54bba1-1b3f-4e7a-b9e2-fd626c304e7c/mbid-2e54bba1-1b3f-4e7a-b9e2-fd626c304e7c-33894195333_thumb250.jpg",
    "song": "Stella Was a Diver and She Was Always Down",
    "track_id": "47d6333a-d094-47e1-adaa-c48d8ea25c63",
    "recording_id": "c1fe60e1-02b9-40aa-a3ef-6f8a01be4531",
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Turn On the Bright Lights",
    "release_id": "2e54bba1-1b3f-4e7a-b9e2-fd626c304e7c",
    "release_group_id": "e7227840-5ef2-3813-af26-15dab34e1a51",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Lina!\n\nhttps://www.interpolnyc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}