Information about plays

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

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

{
    "id": 3569089,
    "uri": "https://api.kexp.org/v2/plays/3569089/?format=api",
    "airdate": "2025-10-23T21:48:08-07:00",
    "show": 64914,
    "show_uri": "https://api.kexp.org/v2/shows/64914/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kaingin",
    "track_id": null,
    "recording_id": "eccea2ba-17b0-4372-8346-fe20d26c9e46",
    "artist": "Pantayo",
    "artist_ids": [
        "40113c36-0f2d-46c3-a52e-62906b4f3fc9"
    ],
    "album": "Pantayo",
    "release_id": null,
    "release_group_id": "8140aa2e-b0b3-4650-bbec-8c54ad9d86ed",
    "labels": [
        "Telephone Explosion Records"
    ],
    "label_ids": [
        "e647c224-5fc6-4b15-b641-3087783c2b23"
    ],
    "release_date": "2020-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring bi-lingual lyrics that speak to their experiences as queer diasporic Filipinas, Pantayo's music is further distinguished by their magnetic use of percussive Metallophone instruments and drums from the Kulintang traditions of the Southern Philippines.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}