Information about plays

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

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

{
    "id": 355488,
    "uri": "https://api.kexp.org/v2/plays/355488/?format=api",
    "airdate": "2019-07-17T06:10:32-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "http://coverartarchive.org/release/9272d997-eb5a-4f04-95f3-bc9c3d770f4b/9745549822-250.jpg",
    "thumbnail_uri": "",
    "song": "Run",
    "track_id": "b4ea4a6c-8a16-4534-96c5-6688a7abb0e7",
    "recording_id": null,
    "artist": "Snow Patrol",
    "artist_ids": [
        "a66999a7-ae5c-460e-ba94-1a01143ae847"
    ],
    "album": "Final Straw",
    "release_id": "9272d997-eb5a-4f04-95f3-bc9c3d770f4b",
    "release_group_id": null,
    "labels": [
        "Black Lion"
    ],
    "label_ids": [
        "78572568-f6c6-49aa-8be3-62c17fdab65a"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an interview with Daily Mail in 2009, Gary Lightbody said of writing \"Run\": \"We had nothing. I was in a flat in Glasgow. No doubt it was raining. The song was me writing about an imagined world, projecting myself into better times.\" - https://bit.ly/2YUObhO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}