Information about plays

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

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

{
    "id": 3622583,
    "uri": "https://api.kexp.org/v2/plays/3622583/?format=api",
    "airdate": "2026-02-26T14:51:38-08:00",
    "show": 66036,
    "show_uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I've Wasted So Much Time",
    "track_id": null,
    "recording_id": "df72718a-da82-4a64-99c2-9ba17f2b97bc",
    "artist": "Enjoy",
    "artist_ids": [
        "f58247dc-0557-4bba-aab6-8f9fb5169bb8"
    ],
    "album": "Unlimited Distance",
    "release_id": null,
    "release_group_id": "76a3f7a1-f1fd-41ea-b01f-35fd63abe9f4",
    "labels": [
        "Vada Vada"
    ],
    "label_ids": [
        "35d5aeb1-91b9-4696-8a19-bc8e74a6ff78"
    ],
    "release_date": "2012-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy is the solo project of Wyatt Shears of The Garden, a band based in California that was formed with his  twin brother Fletcher (whose solo project is known as Puzzle.)\n---\nHere's the music video for \"I've Wasted So Much Time\": https://www.youtube.com/watch?v=ySILtdQHMwI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}