Information about plays

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

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

{
    "id": 343906,
    "uri": "https://api.kexp.org/v2/plays/343906/?format=api",
    "airdate": "2019-06-20T11:42:56-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "http://coverartarchive.org/release/e7a0df20-f94e-457d-94e6-c5d240617fe2/14390279056-250.jpg",
    "thumbnail_uri": "",
    "song": "Low Burn",
    "track_id": "aa06f20b-043d-48fe-92fa-ca0cbd7880e2",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Barbara Barbara, we face a shining future",
    "release_id": "e7a0df20-f94e-457d-94e6-c5d240617fe2",
    "release_group_id": null,
    "labels": [
        "Caroline International"
    ],
    "label_ids": [
        "c091ab76-140a-40fb-b6d1-e6c381cbc099"
    ],
    "release_date": "2016-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Underworld are a British electronic music group formed in 1980 in Cardiff, Wales. This song is the ninth studio album, released on March 18, 2016.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}