Information about plays

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

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

{
    "id": 3597525,
    "uri": "https://api.kexp.org/v2/plays/3597525/?format=api",
    "airdate": "2025-12-29T07:55:03-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Barracuda",
    "track_id": "edc2592d-a2c6-4633-a229-046c6475e79c",
    "recording_id": "3ab14660-f719-40a5-a0a3-14995898b7dd",
    "artist": "Heart",
    "artist_ids": [
        "bdbd48f5-abf3-4a4f-9a21-4551dbc3fde9"
    ],
    "album": "Wild and Wooly: The Northwest Rock Collection",
    "release_id": "e5eacc33-6db6-4342-a6ad-2c508eb476d7",
    "release_group_id": "a9182740-e64d-4b7b-aafb-85869d401ab3",
    "labels": [
        "Experience Music Project"
    ],
    "label_ids": [
        "85f02891-2cc1-4661-8940-c7474b0593b9"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "By request, going out to Dan in NYC!\n\nHit song \"Barracuda\" opens Heart's third album, Little Queen (1977)! \n\nWatch Heart perform this song live the year of its release: https://www.youtube.com/watch?v=PeMvMNpvB5M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}