Information about plays

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

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

{
    "id": 3572096,
    "uri": "https://api.kexp.org/v2/plays/3572096/?format=api",
    "airdate": "2025-10-31T05:12:25-07:00",
    "show": 64981,
    "show_uri": "https://api.kexp.org/v2/shows/64981/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a6b0e3a-2f6f-4136-ba71-4ee1145684fc/5355191904-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a6b0e3a-2f6f-4136-ba71-4ee1145684fc/5355191904-250.jpg",
    "song": "Heroes and Villains",
    "track_id": null,
    "recording_id": "4df623f9-8ad5-4b59-bd06-9ec36d66f2a9",
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "The Smile Sessions",
    "release_id": null,
    "release_group_id": "7c402a15-f97f-42e3-a4da-408dc4621948",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Heroes and Villains\" is a song by The Beach Boys from their 1967 album Smiley Smile and originally part of the ambitious, unfinished Smile project conceived by Brian Wilson and Van Dyke Parks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}