Information about plays

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

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

{
    "id": 343547,
    "uri": "https://api.kexp.org/v2/plays/343547/?format=api",
    "airdate": "2019-06-19T16:24:06-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "http://coverartarchive.org/release/87a7ba84-0196-44b0-b9c2-5fcbe53dabe7/5853758932-250.jpg",
    "thumbnail_uri": "",
    "song": "Life in a Northern Town",
    "track_id": "f7521bf8-f573-30eb-bfee-21f09230d7ba",
    "recording_id": null,
    "artist": "The Dream Academy",
    "artist_ids": [
        "d0f7f125-5403-4f2e-b7b7-2ba8ef43836e"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 15",
    "release_id": "87a7ba84-0196-44b0-b9c2-5fcbe53dabe7",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dream Academy wrote this song and dedicated it to Nick in 1985.  It became a big hit song for them.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}