Information about plays

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

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

{
    "id": 3596712,
    "uri": "https://api.kexp.org/v2/plays/3596712/?format=api",
    "airdate": "2025-12-27T13:05:29-08:00",
    "show": 65489,
    "show_uri": "https://api.kexp.org/v2/shows/65489/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dapper Derp",
    "track_id": "47d2c576-3b8e-4f53-a955-f8d445c35b8a",
    "recording_id": "aa6fe0ba-8d91-4dba-8bd5-70e53793e6ca",
    "artist": "The True Loves",
    "artist_ids": [
        "0a28e2c9-20d3-4541-8e25-bcea06916fc2"
    ],
    "album": "The Dirty",
    "release_id": "c2d2fce2-d03f-43bc-9c4e-f5546a917ba9",
    "release_group_id": "15ad83c9-73ca-4afb-a90c-4d7513c97d35",
    "labels": [
        "We Coast Records"
    ],
    "label_ids": [
        "c447bace-fd5e-4031-9708-8b7cab0bfe1f"
    ],
    "release_date": "2018-03-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The True Loves are performing tonight in Seattle at The Nectar Lounge.\n---\nWhat began in 2014 as a jam session between three of the city’s best - pocket-perfect drummer David McGraw, intoxicating bassist Bryant Moore, and otherworldly guitarist Jimmy James - has since blossomed into a global force that features percussionist Iván Galvez, trombonist Greg Kramer, and saxophonists Gordon Brown and Skerik. \n--\nThis live performance at KEXP includes \"The Derp\": https://www.youtube.com/watch?v=TD2hNsY6G7E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}