Information about plays

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

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

{
    "id": 3612666,
    "uri": "https://api.kexp.org/v2/plays/3612666/?format=api",
    "airdate": "2026-02-03T10:48:45-08:00",
    "show": 65830,
    "show_uri": "https://api.kexp.org/v2/shows/65830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go",
    "track_id": "30ddd670-f06d-4493-b17a-f59e4708903a",
    "recording_id": "c4d27e06-b397-4664-a74a-b732e5121ed0",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Born in the Echoes",
    "release_id": "035f5aef-58c3-48e9-8bfd-221b1341d892",
    "release_group_id": "c151db01-86d7-4190-8ee0-709dbc7d2f51",
    "labels": [
        "Virgin EMI Records",
        "EMI Records Australia"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c",
        "75916e1c-8a10-4b07-b39a-93aef8994f73"
    ],
    "release_date": "2015-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tom Rowlands of The Chemical Brothers recalled: \"I went to Q-Tip's house in New Jersey to do 'Go.' It's brilliant, proper teenage b-boy fantasy stuff. He's got an incredible studio in the basement with special sub-bass in every corner, and the most amazing vinyl collection -four copies of obscure Krautrock records, stuff like that. Then we ordered jerk chicken. I was in awe.\"\n--\nDo not miss the human-locomotive themed video for \"Go,\" shot by Eternal Sunshine of the Spotless Mind director Michel Gondry.: https://www.youtube.com/watch?v=LO2RPDZkY88",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}