Information about plays

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

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

{
    "id": 3599929,
    "uri": "https://api.kexp.org/v2/plays/3599929/?format=api",
    "airdate": "2026-01-04T00:13:12-08:00",
    "show": 65558,
    "show_uri": "https://api.kexp.org/v2/shows/65558/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Warriors Call",
    "track_id": null,
    "recording_id": "ed5f8c1f-58a0-44ca-99da-d25186d8b136",
    "artist": "Savage Master",
    "artist_ids": [
        "d1352667-5c93-44fd-b77e-baf6940be4ae"
    ],
    "album": "Dark & Dangerous",
    "release_id": null,
    "release_group_id": "c59a67e5-958e-4058-9e95-99c07b760ca2",
    "labels": [
        "Shadow Kingdom Records"
    ],
    "label_ids": [
        "6bcbdc51-f2ba-4c50-8625-074d75de9093"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Savage Master will be playing at Baba Yaga in Seattle on Wednesday, February 11th with Oxygen Destroyer, Solicitor, and Hyperstrike.\n\nThey will be playing with Trencher and Gallow and Cafe Colonial in Sacramento on February 13th.\n\nhttps://savagemasterofficial.bandcamp.com/album/dark-dangerous\nhttps://www.songkick.com/artists/8064298-savage-master/calendar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}