Information about plays

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

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

{
    "id": 3598376,
    "uri": "https://api.kexp.org/v2/plays/3598376/?format=api",
    "airdate": "2025-12-31T08:52:21-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gone",
    "track_id": null,
    "recording_id": "13463cec-6abb-4fe8-83d9-8fcaa560b49e",
    "artist": "Two Sheds",
    "artist_ids": [
        "d8384f00-e691-494e-96f8-2ba5d653f1e5"
    ],
    "album": "Assembling",
    "release_id": null,
    "release_group_id": "7e035044-6fa4-45c2-b569-362fe37cace5",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles group Two Sheds’ music takes the tender and direct pop mindset of someone like Liz Phair straight to the top floor. Caitlin’s voice may remind listeners of Kristen Hersh or Mazzy Star, sounding like she’s weeping in the sad songs and smiling in the happy songs. The band takes the California rock-soul of comrades like Mother Hips or 90s indie wizards Pavement, driving to the essence of a song in the shortest path possible.\n\nhttps://twosheds.bandcamp.com\nhttps://www.ilovetwosheds.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}