Information about plays

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

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

{
    "id": 3438176,
    "uri": "https://api.kexp.org/v2/plays/3438176/?format=api",
    "airdate": "2024-12-14T22:22:00-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Revolt",
    "track_id": null,
    "recording_id": "76158e1c-c6eb-4c68-ae43-ce907cc72899",
    "artist": "Nymphs",
    "artist_ids": [
        "8f01d399-eebc-44b4-a0a3-d366f47d138a"
    ],
    "album": "Nymphs",
    "release_id": null,
    "release_group_id": "0cfe3479-7cf9-3671-a7bf-e6ee1fecb605",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1991-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Earlier this year, Nymphs vocalist Inger Lorre was diagnosed with cancer. She died from the disease on October 16, 2024, at the age of 61.  RIP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}