Information about plays

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

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

{
    "id": 3530004,
    "uri": "https://api.kexp.org/v2/plays/3530004/?format=api",
    "airdate": "2025-07-21T17:53:44-07:00",
    "show": 64077,
    "show_uri": "https://api.kexp.org/v2/shows/64077/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4e80b4a-0f8d-45d1-9bf4-3c24a6056168/25453627475-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4e80b4a-0f8d-45d1-9bf4-3c24a6056168/25453627475-250.jpg",
    "song": "Fell From the Sun",
    "track_id": null,
    "recording_id": "5ffebb31-a43c-4a27-acce-1f5c58477f13",
    "artist": "Opal",
    "artist_ids": [
        "711a78ab-184f-4a38-9e5f-e43b4ce50aca"
    ],
    "album": "Early Recordings",
    "release_id": null,
    "release_group_id": "5cee913c-a55f-326f-bb03-32eaec57ec03",
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opal was an American rock band in the 1980s and were part of the Paisley Underground musical style. The band's name is derived from \"Opel\", a song by Syd Barrett.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}