Information about plays

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

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

{
    "id": 3413225,
    "uri": "https://api.kexp.org/v2/plays/3413225/?format=api",
    "airdate": "2024-10-16T03:09:41-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swerve… The Reeping of All That Is Worthwhile (Noir Not Withstanding)",
    "track_id": "4381e97b-0236-3f06-a7fb-9bdc72d5a341",
    "recording_id": "897e85ed-bbc5-476b-9529-228fdefb2028",
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Black Up",
    "release_id": "e2f38b4b-96a1-4dfb-91b1-aeb533ab9095",
    "release_group_id": "add1dfee-64e9-4e0b-8389-1bafe169d903",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-06-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Inspired by The Last Poets - track from the acclaimed debut album from the Seattle duo Shabazz Palaces - Ishmael Butler aka. Palaceer Lazaro (formerly Butterfly of jazz rap group Digable Planets) in collaboration with multi-instrumentalist Tendai \"Baba\" Maraire (son of mbira master Dumisani Maraire).\n\nhttps://shabazzpalaces.bandcamp.com/track/swerve-the-reeping-of-all-that-is-worthwhile-noir-not-withstanding",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}