Information about plays

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

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

{
    "id": 3543871,
    "uri": "https://api.kexp.org/v2/plays/3543871/?format=api",
    "airdate": "2025-08-23T19:10:51-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://ia802907.us.archive.org/28/items/mbid-b192cb42-78a4-46a0-af9e-5d222e399f23/mbid-b192cb42-78a4-46a0-af9e-5d222e399f23-26092570343_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-b192cb42-78a4-46a0-af9e-5d222e399f23/mbid-b192cb42-78a4-46a0-af9e-5d222e399f23-26092570343_thumb250.jpg",
    "song": "Double Dare Ya",
    "track_id": "6125d93b-b512-3b37-803a-eea12f214025",
    "recording_id": "9fbcc96b-45fb-4138-94bb-79f064da23c6",
    "artist": "Bikini Kill",
    "artist_ids": [
        "1397d045-1603-41fc-80b9-712c18360145"
    ],
    "album": "Bikini Kill",
    "release_id": "b192cb42-78a4-46a0-af9e-5d222e399f23",
    "release_group_id": "82c904f4-2176-40a0-915c-70c5d385d565",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1992-10-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"We're Bikini Kill and we want revolution\nGirl-style now!\"\n\nhttps://bikinikill.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}