Information about plays

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

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

{
    "id": 3586704,
    "uri": "https://api.kexp.org/v2/plays/3586704/?format=api",
    "airdate": "2025-12-04T11:19:57-08:00",
    "show": 65286,
    "show_uri": "https://api.kexp.org/v2/shows/65286/?format=api",
    "image_uri": "https://coverartarchive.org/release/569f84f2-41e4-40af-b4bd-9757e0752608/12919740661-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/569f84f2-41e4-40af-b4bd-9757e0752608/12919740661-250.jpg",
    "song": "Spring Rain",
    "track_id": null,
    "recording_id": "25fec3ad-ea7e-4439-8cc9-53d891de9c02",
    "artist": "Elephant Gym",
    "artist_ids": [
        "9fdc68d1-98ac-463c-a309-181b58c74aed"
    ],
    "album": "角度",
    "release_id": null,
    "release_group_id": "e0ac3da3-5279-47de-9e42-8d06897962fb",
    "labels": [
        "UNIVERSAL MUSIC LLC"
    ],
    "label_ids": [
        "bd86569c-ba94-4e5e-a3c7-9ebd16b59709"
    ],
    "release_date": "2014-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Luke in Atlanta!\n--\nElephant Gym is a jazz fusion band from Kaohsiung, Taiwan, founded in February 2012. The group consists of multi-instrumentalist siblings KT Chang and Tell Chang, and drummer Chia-Chin Tu. The word \"elephant\" in the band name symbolizes their bass-driven melodies, and \"gym\" refers to their agile and irregular rhythms.\n\nhttps://www.topshelfrecords.com/roster/elephant-gym",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}