Information about plays

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

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

{
    "id": 3530721,
    "uri": "https://api.kexp.org/v2/plays/3530721/?format=api",
    "airdate": "2025-07-23T11:21:24-07:00",
    "show": 64091,
    "show_uri": "https://api.kexp.org/v2/shows/64091/?format=api",
    "image_uri": "https://coverartarchive.org/release/d555247a-4c60-4af4-bea1-923dafb15e0e/14673590423-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d555247a-4c60-4af4-bea1-923dafb15e0e/14673590423-250.jpg",
    "song": "Nothing Arrived",
    "track_id": null,
    "recording_id": "e3ea0f0e-f34c-4765-8854-26071fc9a090",
    "artist": "Villagers",
    "artist_ids": [
        "22f6ed4d-c1ce-4f7b-8e69-a5761a9de9aa"
    ],
    "album": "{Awayland}",
    "release_id": null,
    "release_group_id": "d4e7aa19-3c62-4513-90d7-da1defd1e8c6",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2013-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Writer and former KEXP Drive Time producer Rachel Stevens interviewed Conor J. O'Brien and reflected on the music of Villagers, specifically how their song \"Nothing Arrived\" helped her cope through her own miscarriage, back in 2019. Read her story and listen to the interview: https://www.kexp.org/read/2019/8/15/how-nothing-arrived-villagers-got-me-through-my-miscarriage/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}