Information about plays

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

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

{
    "id": 3637280,
    "uri": "https://api.kexp.org/v2/plays/3637280/?format=api",
    "airdate": "2026-04-03T13:19:45-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://ia601809.us.archive.org/34/items/mbid-d774fa34-fd20-4665-8c09-41305f8cc86b/mbid-d774fa34-fd20-4665-8c09-41305f8cc86b-44642160402_thumb500.jpg",
    "thumbnail_uri": "https://dn711301.ca.archive.org/0/items/mbid-d774fa34-fd20-4665-8c09-41305f8cc86b/mbid-d774fa34-fd20-4665-8c09-41305f8cc86b-44642160402_thumb250.jpg",
    "song": "Dead Dog",
    "track_id": "1a1b47ee-2d11-4a13-84e5-69e034b2d041",
    "recording_id": "582e1b1e-3287-4987-a24a-9d309804a027",
    "artist": "Girl Scout",
    "artist_ids": [
        "6d5ce39c-2508-44ab-a83c-2bb5ce4315f3"
    ],
    "album": "Brink",
    "release_id": "d774fa34-fd20-4665-8c09-41305f8cc86b",
    "release_group_id": "6f9e8b33-bfa4-49f5-9c10-3b0a9b61e0aa",
    "labels": [
        "AWAL Recordings",
        "Human Garbage Records"
    ],
    "label_ids": [
        "19bd97af-e452-47b2-ba9a-e6d0605dd068",
        "ab2ee367-0bc1-4e69-8d8c-b4388b8a4a2a"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand NEW MUSIC\n\nhttps://www.deaddogrecords.com/lp-girl-scout-brink.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}