Information about plays

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

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

{
    "id": 3543239,
    "uri": "https://api.kexp.org/v2/plays/3543239/?format=api",
    "airdate": "2025-08-22T09:26:25-07:00",
    "show": 64354,
    "show_uri": "https://api.kexp.org/v2/shows/64354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "45",
    "track_id": "fdc333b9-e483-468f-88b0-277d5ce53e85",
    "recording_id": "33eab6dd-b2f1-40d4-8de3-25915e9cfc89",
    "artist": "The Saturday Knights",
    "artist_ids": [
        "938f3e6c-3172-4c99-9558-39e66a1957ba"
    ],
    "album": "The Saturday Knights",
    "release_id": "a9ec5513-97fa-44e6-ad71-d0e97aeb0c3f",
    "release_group_id": "a851da13-387e-4b83-bcb6-7e74fd17f222",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The genre-defying group of Barfly, Tilson, and DJ Suspence dropped off the map after 2008's \"Mingle,\" having only released one album and their self-titled EP.: http://www.thatsthatish.com/2013/09/the-saturday-knights-45.html\n---\nIf you look closely, you can see Larry Mizell, Jr. in the video for \"45\": https://www.youtube.com/watch?v=ufumVTQvNcU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}