Information about plays

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

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

{
    "id": 347369,
    "uri": "https://api.kexp.org/v2/plays/347369/?format=api",
    "airdate": "2019-06-28T09:46:12-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Turned You On",
    "track_id": "3945134e-80fb-3b35-bc61-eff8ff5cb341",
    "recording_id": null,
    "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": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy PRIDE!  This song, too, was on the jukebox at the Stonewall Inn 50 years ago.  Here's a biography of The Isley Brothers:  https://www.oldies.com/artist-biography/The-Isley-Brothers.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}