Information about plays

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

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

{
    "id": 3417029,
    "uri": "https://api.kexp.org/v2/plays/3417029/?format=api",
    "airdate": "2024-10-25T07:28:57-07:00",
    "show": 61667,
    "show_uri": "https://api.kexp.org/v2/shows/61667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gepetto",
    "track_id": "eb147491-5034-395c-826d-cf2e1e0ae86a",
    "recording_id": "1652401a-89f7-436b-80f1-bf5c6f0aeecb",
    "artist": "Belly",
    "artist_ids": [
        "c118bc97-11a7-41dc-a55e-48c3bcf22ac2"
    ],
    "album": "Star",
    "release_id": "06a8ee94-ddb9-4a43-b5f1-e7b9b24a357b",
    "release_group_id": "484c1eec-d56e-3eb3-8ac1-e5ef5d652f4c",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tanya Donelly chose the name \"Belly\" for this band because she found the word to be “both pretty and ugly.\"  \"Star\" is the debut studio album by Belly, released in 1993.\n--\nHere is Belly with \"Gepetto\" live in the KEXP studio from 2018: https://tinyurl.com/yjbzkxxb\n---",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}