Information about plays

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

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

{
    "id": 3525138,
    "uri": "https://api.kexp.org/v2/plays/3525138/?format=api",
    "airdate": "2025-07-10T11:20:55-07:00",
    "show": 63973,
    "show_uri": "https://api.kexp.org/v2/shows/63973/?format=api",
    "image_uri": "https://ia800200.us.archive.org/35/items/mbid-9259cb58-e233-4162-acb1-e739ff102568/mbid-9259cb58-e233-4162-acb1-e739ff102568-1487674182_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/35/items/mbid-9259cb58-e233-4162-acb1-e739ff102568/mbid-9259cb58-e233-4162-acb1-e739ff102568-1487674182_thumb250.jpg",
    "song": "No Fun",
    "track_id": "2fbd3137-96b2-3b86-9ed6-78aa4318891c",
    "recording_id": "a7581aff-fda9-40bd-85f0-e01aaa612b2e",
    "artist": "The Stooges",
    "artist_ids": [
        "794c6bf2-3241-416f-9b8f-24e2d84a1c4b"
    ],
    "album": "The Stooges",
    "release_id": "9259cb58-e233-4162-acb1-e739ff102568",
    "release_group_id": "18037a41-2695-3a8f-a732-f6653a7f125b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Seminal Detroit proto-punks whose primitive, simple, and vicious music set the template for generations of volatile performers.\"\n\nhttps://www.allmusic.com/artist/the-stooges-mn0000562304",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}