Information about plays

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

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

{
    "id": 3421806,
    "uri": "https://api.kexp.org/v2/plays/3421806/?format=api",
    "airdate": "2024-11-05T18:03:31-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia800702.us.archive.org/30/items/mbid-92f17814-57bb-4c9b-8948-fee1f0677472/mbid-92f17814-57bb-4c9b-8948-fee1f0677472-21335070368_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "The Emperor’s New Clothes",
    "track_id": "4892690f-7523-35f4-8828-caeb723c6a3e",
    "recording_id": "e850af11-a040-440d-8c58-120cd8f5b326",
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "I Do Not Want What I Haven’t Got",
    "release_id": "92f17814-57bb-4c9b-8948-fee1f0677472",
    "release_group_id": "9747bcfe-7c42-35ac-8c3e-7ecac9f1227b",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1990-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request from Beth in Mountlake Terrace! \n\nMassive Attack wrote this tribute to Sinéad O’Connor on her death in July 2023: “Honestly. To bear witness to her voice, intimately in the studio. On the road every single person stopped - dropped their tools during soundcheck. The fire in her eyes made you understand that her activism was a soulful reflex & not a political gesture.\" - https://www.instagram.com/p/CvMQtMPozGU/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}