Information about plays

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

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

{
    "id": 3416753,
    "uri": "https://api.kexp.org/v2/plays/3416753/?format=api",
    "airdate": "2024-10-24T15:31:41-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunny Meadowz",
    "track_id": "64edd7da-da6c-3c91-b168-5fd24b0a213d",
    "recording_id": "83669e08-072d-444f-832d-2d58562b893d",
    "artist": "Del the Funky Homosapien",
    "artist_ids": [
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b"
    ],
    "album": "I Wish My Brother George Was Here",
    "release_id": "5c4b42bf-3fd8-43eb-bb64-ecb4259b68fe",
    "release_group_id": "719890ae-5409-3cdc-9f7d-2550a8dbae8b",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1991-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled Hot Chocolate's \"You Sexy Thing,\" the hook from Parliament's  \"P. Funk (Wants to Get Funked Up)\" and the vocals from Parliament's \"Flash Light.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}