Information about plays

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

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

{
    "id": 3560134,
    "uri": "https://api.kexp.org/v2/plays/3560134/?format=api",
    "airdate": "2025-10-01T16:53:51-07:00",
    "show": 64719,
    "show_uri": "https://api.kexp.org/v2/shows/64719/?format=api",
    "image_uri": "https://ia601305.us.archive.org/26/items/mbid-4a2f6585-5c57-3e53-8652-e87d9a1e9864/mbid-4a2f6585-5c57-3e53-8652-e87d9a1e9864-12662364132_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/26/items/mbid-4a2f6585-5c57-3e53-8652-e87d9a1e9864/mbid-4a2f6585-5c57-3e53-8652-e87d9a1e9864-12662364132_thumb250.jpg",
    "song": "Delicious Demon",
    "track_id": "2a490e2e-0f9d-35e5-b171-7919a95e38f8",
    "recording_id": "5cde261a-5261-4da0-85e4-b6ede7b457ba",
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Life’s Too Good",
    "release_id": "4a2f6585-5c57-3e53-8652-e87d9a1e9864",
    "release_group_id": "972b3962-49dc-3bbc-ab11-c6b8f7f0838b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Life's Too Good,\" The Sugarcubes' debut album, was released in 1988 and featured future superstar Björk on lead vocals.\n\nEnjoy this retrospective on the album by Björk Guðmundsdóttir and friends: https://albumism.com/features/the-sugarcubes-debut-album-lifes-too-good-album-anniversary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}