Information about plays

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

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

{
    "id": 3576894,
    "uri": "https://api.kexp.org/v2/plays/3576894/?format=api",
    "airdate": "2025-11-11T16:25:51-08:00",
    "show": 65083,
    "show_uri": "https://api.kexp.org/v2/shows/65083/?format=api",
    "image_uri": "https://ia801908.us.archive.org/31/items/mbid-0300786d-de87-4edd-b6e9-1fbf9236b97d/mbid-0300786d-de87-4edd-b6e9-1fbf9236b97d-22109165180_thumb500.jpg",
    "thumbnail_uri": "https://ia801908.us.archive.org/31/items/mbid-0300786d-de87-4edd-b6e9-1fbf9236b97d/mbid-0300786d-de87-4edd-b6e9-1fbf9236b97d-22109165180_thumb250.jpg",
    "song": "Too True to Be Good",
    "track_id": "549dd5ad-a73b-4a8c-93be-80ce1b236b40",
    "recording_id": "c74a0c01-fc6c-449c-81bc-f4f8e6782b1c",
    "artist": "Dum Dum Girls",
    "artist_ids": [
        "ca405011-906d-4090-992f-f230739278b1"
    ],
    "album": "Too True",
    "release_id": "0300786d-de87-4edd-b6e9-1fbf9236b97d",
    "release_group_id": "bd4128af-22b1-4ba2-b3d0-b5b7b27852ff",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Too True is the third and final studio album by Dum Dum Girls, released in 2014. The band played live in the KEXP studio that same year. Watch here: https://www.youtube.com/watch?v=wmGe2yBKIdw\nhttps://dumdumgirls.bandcamp.com/album/too-true",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}