Information about plays

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

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

{
    "id": 3635809,
    "uri": "https://api.kexp.org/v2/plays/3635809/?format=api",
    "airdate": "2026-03-31T01:36:10-07:00",
    "show": 66326,
    "show_uri": "https://api.kexp.org/v2/shows/66326/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7c66e6a-d6b4-41c0-a770-bc4f30f9d98c/42326845836-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f7c66e6a-d6b4-41c0-a770-bc4f30f9d98c/42326845836-250.jpg",
    "song": "Rottweiler",
    "track_id": null,
    "recording_id": "d82c13e7-7d75-49dd-9797-b9f5aa41dcc8",
    "artist": "EsDeeKid",
    "artist_ids": [
        "3d253cbd-fb66-4752-a8d1-f9b0db75bcea"
    ],
    "album": "Rebel",
    "release_id": null,
    "release_group_id": "d1ec3839-6213-42ea-b912-ac667fb5c245",
    "labels": [
        "Lizzy Records"
    ],
    "label_ids": [
        "3662e49c-a519-4693-80b0-d53eab824ce9"
    ],
    "release_date": "2025-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Liverpool like The Beatles!\n\nhttps://soundcloud.com/esdeekid/sets/rebel-954762614",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}