Information about plays

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

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

{
    "id": 3531634,
    "uri": "https://api.kexp.org/v2/plays/3531634/?format=api",
    "airdate": "2025-07-25T17:03:16-07:00",
    "show": 64110,
    "show_uri": "https://api.kexp.org/v2/shows/64110/?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": "If you look closely, you can see Larry Mizell, Jr. in the video for \"45\": https://www.youtube.com/watch?v=ufumVTQvNcU \n\nDid you know that The Saturday Knights' Tilson XOXO was our guest DJ for Midnight in a Perfect World in 2016? Go here to check out his eclectic playlist: https://www.kexp.org/read/2016/2/18/midnight-in-a-perfect-world-tilson-xoxo/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}