Information about plays

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

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

{
    "id": 1391006,
    "uri": "https://api.kexp.org/v2/plays/1391006/?format=api",
    "airdate": "2008-06-28T03:40:21-07:00",
    "show": 24276,
    "show_uri": "https://api.kexp.org/v2/shows/24276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wore Water Wings but the Chlorine Still Stings",
    "track_id": "db07ef1f-c1fd-4d3e-a8d0-274e4323720f",
    "recording_id": null,
    "artist": "Désormais",
    "artist_ids": [
        "95993d59-5d5f-4afc-a86a-edfb1630cacd"
    ],
    "album": "Dead Letters to Lost Friends",
    "release_id": "ded3cdf8-f3a3-41fc-b92f-444eb44893e1",
    "release_group_id": null,
    "labels": [
        "Intr_version Records"
    ],
    "label_ids": [
        "8449410b-310d-43f8-821d-4fd1269198cd"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}