Information about plays

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

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

{
    "id": 3578977,
    "uri": "https://api.kexp.org/v2/plays/3578977/?format=api",
    "airdate": "2025-11-16T13:12:55-08:00",
    "show": 65127,
    "show_uri": "https://api.kexp.org/v2/shows/65127/?format=api",
    "image_uri": "https://coverartarchive.org/release/896b5a16-8508-48e8-ab40-dbf301578537/24986950154-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/896b5a16-8508-48e8-ab40-dbf301578537/24986950154-250.jpg",
    "song": "Clandestina (ATILI Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "FILV & Edmofo feat. Emma Peters",
    "artist_ids": [
        "b2aab421-b76a-4a9d-aafa-2d7129d6dbe8",
        "08897e22-22ec-483a-896c-b0ed1eb95821",
        "89646d43-5981-4ba6-b212-f162cc02918a"
    ],
    "album": "Clandestina",
    "release_id": null,
    "release_group_id": "5d8853ed-ecfd-400b-ae3c-f2a6380c7d46",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}