Information about plays

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

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

{
    "id": 3541814,
    "uri": "https://api.kexp.org/v2/plays/3541814/?format=api",
    "airdate": "2025-08-18T22:21:01-07:00",
    "show": 64327,
    "show_uri": "https://api.kexp.org/v2/shows/64327/?format=api",
    "image_uri": "https://coverartarchive.org/release/ec09d740-df33-473d-bb78-29c97359e85b/12737087060-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ec09d740-df33-473d-bb78-29c97359e85b/12737087060-250.jpg",
    "song": "Theme of Madara 2 (メインマップ)",
    "track_id": null,
    "recording_id": null,
    "artist": "Konami Kukeiha Club",
    "artist_ids": [],
    "album": "魍魎戦記 (Madara 2 Sound Fantasia)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Konami"
    ],
    "label_ids": [],
    "release_date": "1993-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I bet Troy has a copy of this in his extensive video game collection...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}