Information about plays

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

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

{
    "id": 3429179,
    "uri": "https://api.kexp.org/v2/plays/3429179/?format=api",
    "airdate": "2024-11-23T18:17:20-08:00",
    "show": 61929,
    "show_uri": "https://api.kexp.org/v2/shows/61929/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Witch Hunt",
    "track_id": "ab72d2bf-6ea4-471a-aa42-33a2719361ae",
    "recording_id": "8120e235-7f73-465f-9cba-8fd968d66ea9",
    "artist": "Blood Moon Sex",
    "artist_ids": [
        "7ab35743-58fb-4c49-bd21-b45a4ac0e324"
    ],
    "album": "Witch Hunt",
    "release_id": "86c9d598-ef19-4fe8-89ef-83f23dfbc3e3",
    "release_group_id": "e9c20a9f-bf44-4b19-9941-9938a533b012",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new supergroup from Seattle featuring members of Thunderpussy, Appaloosa, Acid Tongue and Caitlin Sherman from Slow Skate and Evening Bell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}