Information about plays

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

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

{
    "id": 3586972,
    "uri": "https://api.kexp.org/v2/plays/3586972/?format=api",
    "airdate": "2025-12-05T03:13:17-08:00",
    "show": 65291,
    "show_uri": "https://api.kexp.org/v2/shows/65291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shutdown",
    "track_id": null,
    "recording_id": "bb138d71-b434-4e87-9478-dd357776003b",
    "artist": "Skepta",
    "artist_ids": [
        "38474d18-9204-4f60-a137-1fcc6750b869"
    ],
    "album": "Shutdown",
    "release_id": null,
    "release_group_id": "a0cd5487-01b0-4169-b986-a5357a11d75e",
    "labels": [
        "Boy Better Know"
    ],
    "label_ids": [
        "05aa0f09-76e3-42a5-9c37-8ee05b7ce98f"
    ],
    "release_date": "2015-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE!\n\nThe Guardian named \"Shutdown\" the best track of 2015 calling it, \"the sound of one man marvelling at his own might.\" https://bit.ly/2YD4UYO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}