Information about plays

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

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

{
    "id": 3533579,
    "uri": "https://api.kexp.org/v2/plays/3533579/?format=api",
    "airdate": "2025-07-30T03:08:26-07:00",
    "show": 64150,
    "show_uri": "https://api.kexp.org/v2/shows/64150/?format=api",
    "image_uri": "https://dn721305.ca.archive.org/0/items/mbid-41745072-82f5-4bc2-a69a-b49218c38b54/mbid-41745072-82f5-4bc2-a69a-b49218c38b54-42216409582_thumb500.jpg",
    "thumbnail_uri": "https://dn721305.ca.archive.org/0/items/mbid-41745072-82f5-4bc2-a69a-b49218c38b54/mbid-41745072-82f5-4bc2-a69a-b49218c38b54-42216409582_thumb250.jpg",
    "song": "Beam Me Up",
    "track_id": "4af7eaad-4430-40d6-8643-16eb5e471f10",
    "recording_id": "ef747621-f19a-428b-9ad1-5c53d2b70057",
    "artist": "Alex G",
    "artist_ids": [
        "7df4c4de-3181-4a69-bd36-9d663970cebb"
    ],
    "album": "Headlights",
    "release_id": "41745072-82f5-4bc2-a69a-b49218c38b54",
    "release_group_id": "2b86bcf2-220b-44d3-9ba1-75e1983e0684",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2025-07-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alex G, the stage name of American singer-songwriter and producer Alexander Giannascoli, is known for his lo-fi, DIY recordings and introspective lyrics. His early albums gained him an online cult following for their vulnerability and dry humor, reminiscent of Elliott Smith and Kurt Vile. A breakthrough moment on TikTok introduced his haunting melodies to a wider audience, solidifying his place in indie music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}