Information about plays

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

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

{
    "id": 3595206,
    "uri": "https://api.kexp.org/v2/plays/3595206/?format=api",
    "airdate": "2025-12-24T04:49:07-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Melt With You",
    "track_id": "09e12738-057e-3fe9-ad7f-d3b1e2214555",
    "recording_id": "f0e4adae-6c2a-437a-9b43-4cbba23eda70",
    "artist": "Nouvelle Vague",
    "artist_ids": [
        "b017a7ae-e5ee-4675-bb13-c83346134971"
    ],
    "album": "Nouvelle Vague",
    "release_id": "d0d0ba59-c3e1-4263-9a07-b2995155b9aa",
    "release_group_id": "d16b3b05-6f30-3242-9544-dba1083eb21e",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2005-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French musicians Marc Collin and Olivier LIbaux formed Nouvelle Vague (\"New Wave\") to cover new wave classix in a bossa-nova style.  Read more about the band and its rotating cast of female vocalists at Popmatters: https://tinyurl.com/47bbeynk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}