Information about plays

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

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

{
    "id": 3572181,
    "uri": "https://api.kexp.org/v2/plays/3572181/?format=api",
    "airdate": "2025-10-31T10:34:05-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://dn710001.ca.archive.org/0/items/mbid-152f5c61-193c-4a9c-97db-042d01daf149/mbid-152f5c61-193c-4a9c-97db-042d01daf149-35101049958_thumb500.jpg",
    "thumbnail_uri": "https://dn710001.ca.archive.org/0/items/mbid-152f5c61-193c-4a9c-97db-042d01daf149/mbid-152f5c61-193c-4a9c-97db-042d01daf149-35101049958_thumb250.jpg",
    "song": "A Ghost",
    "track_id": "622b707c-582f-448e-ae02-623ad117cd55",
    "recording_id": "31fc3682-30cc-491b-b49f-30f0ad7e7550",
    "artist": "Shana Cleveland",
    "artist_ids": [
        "3a2c4f39-b58d-4968-b7a9-c74291321396"
    ],
    "album": "Manzanita",
    "release_id": "152f5c61-193c-4a9c-97db-042d01daf149",
    "release_group_id": "4f121a0f-34fd-43a2-802c-01a65fce5ab6",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2023-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shana Cleveland (of La Luz fame) played songs from her Manzanita album Live on KEXP in 2023! Check out video from the session here: https://www.youtube.com/watch?v=A4Bz-lQfR4U&t=439s\n\nhttps://shanacleveland.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}