Information about plays

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

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

{
    "id": 3576774,
    "uri": "https://api.kexp.org/v2/plays/3576774/?format=api",
    "airdate": "2025-11-11T09:11:50-08:00",
    "show": 65080,
    "show_uri": "https://api.kexp.org/v2/shows/65080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Obstacle 1",
    "track_id": "d8af43c9-e731-484f-8af0-0cff34e654cf",
    "recording_id": "744cac74-3892-48d6-a122-cc521d6c92fd",
    "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": false,
    "is_live": false,
    "comment": "On this day in 2002, 23 years ago, Interpol release the single \"Obstacle 1\" from the album Turn on the Bright Lights.\n--\nThe word \"obstacle\" doesn't appear in this song or another track on the album, \"Obstacle 2.\" \n\nInterpol lead singer and guitarist, Paul Banks, revealed to Pitchfork in 2003, \"I've just never really been all that interested in titles, so either I'm very inspired, or it's just, whatever, the working title.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}