Information about plays

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

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

{
    "id": 3584804,
    "uri": "https://api.kexp.org/v2/plays/3584804/?format=api",
    "airdate": "2025-11-30T01:22:44-08:00",
    "show": 65249,
    "show_uri": "https://api.kexp.org/v2/shows/65249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1914 (The Siege of Przemyśl)",
    "track_id": null,
    "recording_id": null,
    "artist": "1914",
    "artist_ids": [
        "eda0c0a6-c3ce-426d-8f84-e3200bc02693"
    ],
    "album": "Viribus Unitis",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Napalm Records"
    ],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album title translates into 'With United Forces'. The Latin phrase was chosen as personal motto by the Austro-Hungarian emperor Franz Joseph (1830-1916).\n\n1914 is from Ukraine and features members of Ambivalence and Sectorial.\n\nhttps://x1914x.bandcamp.com/album/viribus-unitis\nhttps://www.facebook.com/1914OfficialPage\nhttps://label.napalmrecords.com/1914",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}