Information about plays

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

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

{
    "id": 3576934,
    "uri": "https://api.kexp.org/v2/plays/3576934/?format=api",
    "airdate": "2025-11-11T18:42:34-08:00",
    "show": 65083,
    "show_uri": "https://api.kexp.org/v2/shows/65083/?format=api",
    "image_uri": "https://ia803208.us.archive.org/3/items/mbid-08bca890-89d6-4f1a-9a5a-c3ea7c23c54a/mbid-08bca890-89d6-4f1a-9a5a-c3ea7c23c54a-3230567230_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/3/items/mbid-08bca890-89d6-4f1a-9a5a-c3ea7c23c54a/mbid-08bca890-89d6-4f1a-9a5a-c3ea7c23c54a-3230567230_thumb250.jpg",
    "song": "Star Guitar",
    "track_id": "fd46475c-fd7f-3536-8d2d-973345022995",
    "recording_id": "93411521-d7b4-4c87-9bce-a4ba5e6b95fa",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Come With Us",
    "release_id": "08bca890-89d6-4f1a-9a5a-c3ea7c23c54a",
    "release_group_id": "77a274d0-ab11-304f-85c4-991838dffdfb",
    "labels": [
        "Freestyle Dust",
        "Virgin"
    ],
    "label_ids": [
        "86b88c78-b21f-4711-a43d-991d8d1db10b",
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2002-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French filmmaker Michel Gondry directed the video for 'Star Guitar' -- film footage from the train ride between Nimes and Valence, France, carefully synchronized to musical elements of the track.\nWatch the video here: https://tinyurl.com/4th8rdbk\nCheck out the story of how the video was made here: https://youtu.be/GF0-wGbRqEs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}