Information about plays

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

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

{
    "id": 3412279,
    "uri": "https://api.kexp.org/v2/plays/3412279/?format=api",
    "airdate": "2024-10-13T19:58:38-07:00",
    "show": 61568,
    "show_uri": "https://api.kexp.org/v2/shows/61568/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Remind Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Candy McKenzie",
    "artist_ids": [],
    "album": "12\" Inch Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Intense"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Candy McKenzie released this heavy boogie-funk cover of Patrice Rushen's \"Remind Me\" in 2022. \nMcKenzie was lead and backing vocalist from the UK. \n\nCandy passed away in 2003, and it might appear she was an unfulfilled talent. She didn’t see it that way. In February 1989 she said:\n‘I love working in music. It is madness… a lot of the people in it are quite silly, but it’s my creative energy, my release. I am quite happy to say ‘Candy McKenzie, I am, this is what I do.’ If it doesn’t go any further than that I will rest a happy woman.’",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}