Information about plays

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

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

{
    "id": 3579567,
    "uri": "https://api.kexp.org/v2/plays/3579567/?format=api",
    "airdate": "2025-11-17T22:20:39-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/323f420f-227a-4a11-8c54-def6c80ce0b5/16718130926-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/323f420f-227a-4a11-8c54-def6c80ce0b5/16718130926-250.jpg",
    "song": "Décollage",
    "track_id": null,
    "recording_id": null,
    "artist": "Les Tueurs De La Lune De Miel",
    "artist_ids": [],
    "album": "TSOB - The Sound of Belgium Vol. 3",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "LMFLF"
    ],
    "label_ids": [],
    "release_date": "2016-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Third entry in the TSOB compilation series highlighting '80s and '90s New Beat, acid, post-punk and more)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}