Information about plays

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

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

{
    "id": 3576157,
    "uri": "https://api.kexp.org/v2/plays/3576157/?format=api",
    "airdate": "2025-11-09T20:51:49-08:00",
    "show": 65067,
    "show_uri": "https://api.kexp.org/v2/shows/65067/?format=api",
    "image_uri": "https://coverartarchive.org/release/15fd69ea-52a5-406f-a99a-afb04251a38f/25770444947-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/15fd69ea-52a5-406f-a99a-afb04251a38f/25770444947-250.jpg",
    "song": "Where or When",
    "track_id": null,
    "recording_id": "6e87d312-d197-4993-becd-9f7f6b475300",
    "artist": "The Superbs",
    "artist_ids": [
        "3020b499-fc86-45bf-87d6-678d68a86197"
    ],
    "album": "The Northern Soul of Doré",
    "release_id": null,
    "release_group_id": "8c16e70e-7b14-4133-84b1-155f184020da",
    "labels": [
        "Doré"
    ],
    "label_ids": [
        "ea41b2fa-b337-4f19-91dd-8bc9cccdf9a2"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Superbs released \"Where or When\"  in 1977. You can find the track on the 2004 compilation album The Northern Soul of Doré.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}