Information about plays

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

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

{
    "id": 3597917,
    "uri": "https://api.kexp.org/v2/plays/3597917/?format=api",
    "airdate": "2025-12-30T07:49:21-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "https://ia802303.us.archive.org/12/items/mbid-d8a9ad7b-3015-4e4d-8b64-bd5e60459aca/mbid-d8a9ad7b-3015-4e4d-8b64-bd5e60459aca-30447752433_thumb500.jpg",
    "thumbnail_uri": "https://ia802303.us.archive.org/12/items/mbid-d8a9ad7b-3015-4e4d-8b64-bd5e60459aca/mbid-d8a9ad7b-3015-4e4d-8b64-bd5e60459aca-30447752433_thumb250.jpg",
    "song": "All I Want",
    "track_id": "95342c1c-fd3f-3b51-912a-359527b4bdc1",
    "recording_id": "a05a0843-0549-43fb-8cee-78c66e6cf746",
    "artist": "The Spits",
    "artist_ids": [
        "f1ee5588-3b80-45a7-b33b-3337af8cdf6e"
    ],
    "album": "The Spits",
    "release_id": "d8a9ad7b-3015-4e4d-8b64-bd5e60459aca",
    "release_group_id": "5f8ba989-f475-4ce6-8cba-34638295cc08",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2011-10-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Spits are a Seattle-based punk band that describes itself as \"Punk for the People\".\n---\nListen to more from the band here:\nhttps://slovenly.bandcamp.com/album/the-spits-self-titled-2-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}