Information about plays

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

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

{
    "id": 3416263,
    "uri": "https://api.kexp.org/v2/plays/3416263/?format=api",
    "airdate": "2024-10-23T09:03:20-07:00",
    "show": 61651,
    "show_uri": "https://api.kexp.org/v2/shows/61651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sugar",
    "track_id": "74ea57ad-8278-3216-9ee1-86ed630732ec",
    "recording_id": "815b0572-bd87-48f2-ba17-5af8b48ea273",
    "artist": "Imperial Teen",
    "artist_ids": [
        "7d478bd2-d228-46a8-8a7c-ef68a61fd339"
    ],
    "album": "On",
    "release_id": "978483f7-d0bf-4248-ab4e-172ac45db0fb",
    "release_group_id": "f37769d4-1e83-30f2-8729-d6ee8627f881",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2002-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Imperial Teen is a San Francisco-based pop group made up of Roddy Bottum (Faith No More) on guitar/vocals, Will Schwartz (hey willpower) on guitar/vocals, Lynn Truell (née Perko; Sister Double Happiness, The Dicks, The Wrecks) on drums/backing vocals, & Jone Stebbins (The Wrecks) on bass/backing vocals. \nhttps://imperialteen.bandcamp.com/album/on",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}