Information about plays

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

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

{
    "id": 3598273,
    "uri": "https://api.kexp.org/v2/plays/3598273/?format=api",
    "airdate": "2025-12-31T03:10:58-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breathe",
    "track_id": null,
    "recording_id": "4f063cd8-1c74-4ef1-8d68-236123ef6438",
    "artist": "The Prodigy",
    "artist_ids": [
        "4a4ee089-93b1-4470-af9a-6ff575d32704"
    ],
    "album": "The Fat of the Land",
    "release_id": null,
    "release_group_id": "ac9138ce-6331-3f8d-86d7-69f13e4ab4f4",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "1997-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The whiplashing sword sound is a sample of \"Da Mystery of Chessboxin'\" from the Wu-Tang Clan's album \"36 Chambers.\"\n---\nThe video won the 1997 MTV Europe Music Award for Best Video.: https://www.youtube.com/watch?v=rmHDhAohJlQ\n\nhttps://theprodigy.com/\nhttps://theprodigy.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}