Information about plays

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

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

{
    "id": 3577190,
    "uri": "https://api.kexp.org/v2/plays/3577190/?format=api",
    "airdate": "2025-11-12T10:21:17-08:00",
    "show": 65089,
    "show_uri": "https://api.kexp.org/v2/shows/65089/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m an Animal",
    "track_id": "4082bbe1-4662-3fed-a307-3e95d6452b9e",
    "recording_id": "15dc02e8-6c94-4337-9da8-92b4e98aec14",
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Middle Cyclone",
    "release_id": "05472483-8124-3552-93dd-b3c6d1e106fa",
    "release_group_id": "e6121883-381e-3315-a2ef-f502de736dc4",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2009-03-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Neko Case will be at the Paramount Theatre in Seattle this Friday, Nov 14th! New album \"Neon Grey Midnight Green\" is out now.\n\nhttps://nekocase.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}