Information about plays

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

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

{
    "id": 3417124,
    "uri": "https://api.kexp.org/v2/plays/3417124/?format=api",
    "airdate": "2024-10-25T13:20:26-07:00",
    "show": 61669,
    "show_uri": "https://api.kexp.org/v2/shows/61669/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ping Pong Affair",
    "track_id": null,
    "recording_id": "8e91a1ae-587b-4610-a286-4aafea20ce1e",
    "artist": "The Slits",
    "artist_ids": [
        "ff9ef2ef-73a6-496c-8528-4b12b21afbfd"
    ],
    "album": "Cut",
    "release_id": null,
    "release_group_id": "116b94a2-4361-3ec2-af92-270d97dc10f9",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1979-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have you already listened to our Kurt Cobain songbook podcast series from earlier this year? If not here is your timely reminder to check it out - featuring The Slits and many, many more of Kurt's biggest influences. \n\nIn the episode below Martin Douglas dives into Cut by The Slits (written in Kurt's list as \"Typical Girls,\" the lead single from the album). They were one of the very first punk bands made up mostly of women, and their style incorporated elements from reggae and dub. Despite their innovation, the members of the Slits had to withstand a brutally misogynistic culture for it to actually mean something in the long term. https://www.kexp.org/podcasts/cobain50/2024/3/20/the-slits-cut-1979/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}