Information about plays

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

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

{
    "id": 3639610,
    "uri": "https://api.kexp.org/v2/plays/3639610/?format=api",
    "airdate": "2026-04-08T21:52:45-07:00",
    "show": 66402,
    "show_uri": "https://api.kexp.org/v2/shows/66402/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Valley of the Silver Moon",
    "track_id": null,
    "recording_id": "1cf613e0-e092-4774-8420-afe3f5a1a4ae",
    "artist": "Jonathan Wilson, Milton Nascimento",
    "artist_ids": [],
    "album": "Moon Over Minas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jonathan Wilson & Milton Nascimento"
    ],
    "label_ids": [],
    "release_date": "2024-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Milton Nascimento and Jonathan Wilson Making \"Moon Over Minas\" - https://www.youtube.com/watch?v=4BYLzJPJVlw\n\n\"When Jonathan was on tour in Brazil, the first thing he thought of was Milton Nascimento. He got in contact and was lucky enough to visit his home in Minas Gerais where they recorded Moon Over Minas\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}