Information about plays

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

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

{
    "id": 3538148,
    "uri": "https://api.kexp.org/v2/plays/3538148/?format=api",
    "airdate": "2025-08-09T22:59:02-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "https://coverartarchive.org/release/9dfbb56b-14d6-4924-b777-52d185832af7/21197545009-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9dfbb56b-14d6-4924-b777-52d185832af7/21197545009-250.jpg",
    "song": "Enemy Ears",
    "track_id": null,
    "recording_id": "ea33b3ef-25e4-48b8-8076-4173e18d2339",
    "artist": "Red Dons",
    "artist_ids": [
        "2a284b98-1e85-449e-876d-023654cb28a7"
    ],
    "album": "Fake Meets Failure",
    "release_id": null,
    "release_group_id": "ace1fe0b-00b1-4124-bc4c-42311447ffff",
    "labels": [
        "Deranged Records"
    ],
    "label_ids": [
        "0a2067a3-cdad-4283-9642-f3f63c9f01d3"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Red Dons have some leftover merch from their tour available via Bandcamp.\n\nhttps://reddons.bandcamp.com/album/east-west-collection\nhttps://www.reddons.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}