Information about plays

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

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

{
    "id": 3550405,
    "uri": "https://api.kexp.org/v2/plays/3550405/?format=api",
    "airdate": "2025-09-08T10:16:05-07:00",
    "show": 64509,
    "show_uri": "https://api.kexp.org/v2/shows/64509/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6f1c90d-58bd-3da6-a033-01eb16f0d25b/22576229189-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c6f1c90d-58bd-3da6-a033-01eb16f0d25b/22576229189-250.jpg",
    "song": "Galaxie",
    "track_id": null,
    "recording_id": "eb9373f6-16a5-48f8-97b5-81736747e758",
    "artist": "Blind Melon",
    "artist_ids": [
        "38c5cdab-5d6d-43d1-85b0-dac41bde186e"
    ],
    "album": "Soup",
    "release_id": null,
    "release_group_id": "9dba763e-7cff-36b3-af88-b755f237a4c7",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blind Melon formed in 1990 in Los Angeles, with three members from Mississippi, one from Pennsylvania and on from Indiana. Their second studio album 'Soup' was released eight weeks prior to vocalist Shannon Hoon's passing. \n\nhttps://blindmelon.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}