Information about plays

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

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

{
    "id": 3552870,
    "uri": "https://api.kexp.org/v2/plays/3552870/?format=api",
    "airdate": "2025-09-14T07:22:56-07:00",
    "show": 64559,
    "show_uri": "https://api.kexp.org/v2/shows/64559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Garúa",
    "track_id": null,
    "recording_id": null,
    "artist": "Joaquín Cornejo",
    "artist_ids": [
        "c40ef499-92e4-4b7b-b906-87acbcefc4fe"
    ],
    "album": "Cap I Cua",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "YUKU"
    ],
    "label_ids": [
        "8954562e-061f-4efe-8097-ea93f95164ea"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! This new EP from Quito-based Ecuadorian DJ/producer Joaquín Cornejo is \"inspired by working with plants, people and creatures that give me hope and strength\" ~ \nhttps://joaquincornejomusic.bandcamp.com/album/cap-i-cua",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}