Information about plays

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

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

{
    "id": 3615296,
    "uri": "https://api.kexp.org/v2/plays/3615296/?format=api",
    "airdate": "2026-02-09T13:37:47-08:00",
    "show": 65889,
    "show_uri": "https://api.kexp.org/v2/shows/65889/?format=api",
    "image_uri": "https://coverartarchive.org/release/f309d1d9-2d38-4cdc-a5aa-3a7e4764f6ef/26025311544-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f309d1d9-2d38-4cdc-a5aa-3a7e4764f6ef/26025311544-250.jpg",
    "song": "This Is Your Life",
    "track_id": null,
    "recording_id": "7e292b89-5675-4004-bc74-8f01ccadd83f",
    "artist": "The Twist",
    "artist_ids": [],
    "album": "20 Of Another Kind Volume Two",
    "release_id": null,
    "release_group_id": "33d89109-7124-4a7a-8765-c41e1089776a",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Found this gem crate digging in London!\n\nhttps://www.discogs.com/release/1734389-Various-20-Of-Another-Kind-Volume-Two?srsltid=AfmBOoprivWSbUV3de1ZjklwPzXrHtG5ryIBrM1rlnl6kbAv9WCFpyb5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}