Information about plays

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

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

{
    "id": 3637975,
    "uri": "https://api.kexp.org/v2/plays/3637975/?format=api",
    "airdate": "2026-04-04T23:41:36-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/da16eb6e-c804-4b25-a39c-026196467308/43189576899-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da16eb6e-c804-4b25-a39c-026196467308/43189576899-250.jpg",
    "song": "Flavorless",
    "track_id": null,
    "recording_id": "476b0067-40c2-4fd1-9a5b-c70cc8b8a6e6",
    "artist": "Gumm",
    "artist_ids": [
        "5c327283-27df-46b6-a11c-b0b4feda9ee0"
    ],
    "album": "Beneath the Wheel",
    "release_id": null,
    "release_group_id": "9aae6197-850c-4c7f-a19c-7dc9e5dbea51",
    "labels": [
        "Convulse Records"
    ],
    "label_ids": [
        "3101d71d-c483-4ea6-8525-74e3c6b861bf"
    ],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beneath the Wheel is Chattanooga, TN's Gumm's sophomore LP Beneath the Wheel.\n\nhttps://gumm.bandcamp.com/\nhttps://www.convulserecords.com/artist/gumm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}