Information about plays

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

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

{
    "id": 3597596,
    "uri": "https://api.kexp.org/v2/plays/3597596/?format=api",
    "airdate": "2025-12-29T11:39:28-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1979",
    "track_id": null,
    "recording_id": "b4486e7a-2688-4b1d-a1fb-32244a6ab902",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "1979",
    "release_id": null,
    "release_group_id": "62713bbc-69c4-38b1-a35d-ea24150523fe",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Billy was always an idol of mine... Musically that is lol",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}