Information about plays

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

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

{
    "id": 3413755,
    "uri": "https://api.kexp.org/v2/plays/3413755/?format=api",
    "airdate": "2024-10-17T05:45:33-07:00",
    "show": 61597,
    "show_uri": "https://api.kexp.org/v2/shows/61597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spill the Wine",
    "track_id": "504a37a8-5e48-3f56-9589-9c17651c739c",
    "recording_id": "d6258597-a5c5-42ba-bb8a-45fcff6b1069",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "The Essential Isley Brothers",
    "release_id": "4dcc6f8b-661a-469a-8d64-f22d0099b392",
    "release_group_id": "d64f0e64-679d-301d-a5dd-a4c7b5100aef",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2004-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1914, Jazz musician John Clifford Mosley Jr., a trumpeter who also played the flugelhorn, the long horn and the flute. \n\nThat's Mosley playing the flute during the intro of The Isley Brothers' 1971 cover of \"Spill the Wine.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}