Information about plays

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

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

{
    "id": 3590000,
    "uri": "https://api.kexp.org/v2/plays/3590000/?format=api",
    "airdate": "2025-12-12T04:11:21-08:00",
    "show": 65352,
    "show_uri": "https://api.kexp.org/v2/shows/65352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Cups",
    "track_id": null,
    "recording_id": "b4715db9-7c58-4592-9142-81c48a101f18",
    "artist": "Kingdom Crumbs",
    "artist_ids": [
        "e2596ab2-9176-4a28-9d76-35666375a729"
    ],
    "album": "Kingdom Crumbs",
    "release_id": null,
    "release_group_id": "12b084a8-380c-4e11-afb0-e4eb839b4014",
    "labels": [
        "Cloud Nice"
    ],
    "label_ids": [
        "cd1ecb7f-e49d-4aeb-8c2b-1642082da309"
    ],
    "release_date": "2016-08-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Comprised of hometown favorites Helladope (Tay Sean and Jerm) with the Cloud Nice family members Jarv Dee and Mikey Nice.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}