Information about plays

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

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

{
    "id": 344291,
    "uri": "https://api.kexp.org/v2/plays/344291/?format=api",
    "airdate": "2019-06-21T08:55:55-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "http://coverartarchive.org/release/58d94486-e02d-4c82-b693-5806132f6273/18678621905-250.jpg",
    "thumbnail_uri": "",
    "song": "Kashmir",
    "track_id": "7e5543b3-fd33-3b50-89a5-4948352fa96b",
    "recording_id": null,
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Physical Graffiti",
    "release_id": "58d94486-e02d-4c82-b693-5806132f6273",
    "release_group_id": null,
    "labels": [
        "Swan Song"
    ],
    "label_ids": [
        "e6b3a9cb-23a5-41ed-9bd9-bc540ef19bf5"
    ],
    "release_date": "1994-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Kashmir\" was written by Jimmy Page and Robert Plant (with contributions from John Bonham) over a period of three years with lyrics dating to 1973 proving that great things come to those who wait.Track length: 8:37",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}