Information about plays

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

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

{
    "id": 3542434,
    "uri": "https://api.kexp.org/v2/plays/3542434/?format=api",
    "airdate": "2025-08-20T10:09:04-07:00",
    "show": 64339,
    "show_uri": "https://api.kexp.org/v2/shows/64339/?format=api",
    "image_uri": "https://ia902800.us.archive.org/10/items/mbid-790fc6cb-15c5-41f1-bdd0-efad122e3233/mbid-790fc6cb-15c5-41f1-bdd0-efad122e3233-38037352193_thumb500.jpg",
    "thumbnail_uri": "https://ia802800.us.archive.org/10/items/mbid-790fc6cb-15c5-41f1-bdd0-efad122e3233/mbid-790fc6cb-15c5-41f1-bdd0-efad122e3233-38037352193_thumb250.jpg",
    "song": "Running Around",
    "track_id": "0450f08e-2f05-480f-a9af-30d3cd6f23e6",
    "recording_id": "27255fa6-b8f2-4b43-a4ae-40846babe0e7",
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Parallel Realms",
    "release_id": "790fc6cb-15c5-41f1-bdd0-efad122e3233",
    "release_group_id": "dd583048-a27c-4ed9-aec5-808435357d27",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2024-03-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tonight the indie rock band from Oregon finish the US leg of their tour at the Fox Theater in Pomona, CA\nhttps://strfkr.com/\n\nWatch their 2016 KEXP live performance here: https://www.youtube.com/watch?v=RmMcNtxXZSg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}