Information about plays

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

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

{
    "id": 3540182,
    "uri": "https://api.kexp.org/v2/plays/3540182/?format=api",
    "airdate": "2025-08-15T00:33:31-07:00",
    "show": 64290,
    "show_uri": "https://api.kexp.org/v2/shows/64290/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7614e95-0115-4b18-bf4f-408875c14372/18632465327-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7614e95-0115-4b18-bf4f-408875c14372/18632465327-250.jpg",
    "song": "Love × Love",
    "track_id": null,
    "recording_id": "36e3c7d1-8f43-4c33-9a41-8a4647b38ef1",
    "artist": "George Benson",
    "artist_ids": [
        "467f69b6-8d6d-4d2c-bfad-e89adf2806ff"
    ],
    "album": "The Very Best of George Benson",
    "release_id": null,
    "release_group_id": "438f8fde-a534-35ab-983c-e01eb37288af",
    "labels": [
        "Warner.ESP"
    ],
    "label_ids": [
        "84af63f7-429e-4bc8-8c75-8d697db1b485"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}