Information about plays

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

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

{
    "id": 3581610,
    "uri": "https://api.kexp.org/v2/plays/3581610/?format=api",
    "airdate": "2025-11-22T20:30:55-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drag",
    "track_id": null,
    "recording_id": "f94fc5f1-24a7-4c26-b94d-87d4f38af125",
    "artist": "Dogheart",
    "artist_ids": [
        "d06ef2d0-b3f3-429f-bed9-2b2b9bccc800"
    ],
    "album": "Real Mood",
    "release_id": null,
    "release_group_id": "0d8303a3-5c8c-4047-86dd-a8d4f8e951ec",
    "labels": [
        "Haircut Records"
    ],
    "label_ids": [
        "0c7d95b4-5c66-4489-b0d6-c3534dd15c5c"
    ],
    "release_date": "2016-05-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dogheart is a garage/indie rock band, formed in Portland, Oregon in 2014 by Matt Jenkins (guitar, vocals), Gray Hildreth (bass), and Cameron Hering (drums). This song is off Real Moon, a six-song EP released in 2016.\n\nhttps://dogheartband.bandcamp.com/album/real-mood",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}