Information about plays

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

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

{
    "id": 3542083,
    "uri": "https://api.kexp.org/v2/plays/3542083/?format=api",
    "airdate": "2025-08-19T13:49:13-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Indifference",
    "track_id": null,
    "recording_id": null,
    "artist": "El Michels Affair",
    "artist_ids": [
        "dbf0a5c5-3665-4495-b13b-99438a6a0900"
    ],
    "album": "Indifference",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "El Michels Affair recently dropped another showstopping single from their forthcoming album 24 Hr Sports featuring Shintaro Sakamoto! “Indifference” features the one and only Shintaro Sakamoto on vocals, going back & forth from singing to talking, weaving a tale about fleeting love. 坂本慎太郎 (Shintaro Sakamoto) is a Japanese musician, singer/songwriter, and producer. He was a founding member and the frontman for the underground Japanese psychedelic rock band Yura Yura Teikoku.\n -- Catch Shintaro Sakamoto on tour this fall! \n- Oct. 28 - The Fonda @ Los Angeles\n - Oct. 29 @ The Observatory North Park @ San Diego \n- Nov. 1 - Aladdin Theater @ Portland \n- Nov. 2 - The Showbox @ Seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}