Information about plays

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

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

{
    "id": 348529,
    "uri": "https://api.kexp.org/v2/plays/348529/?format=api",
    "airdate": "2019-07-01T06:45:23-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/80657675-7630-411b-828b-d7346fe4f661/22358367022-250.jpg",
    "thumbnail_uri": "",
    "song": "A Flaw in the Iris",
    "track_id": "7898110d-4dc1-46e8-affd-9e29c613800d",
    "recording_id": null,
    "artist": "Death and Vanilla",
    "artist_ids": [
        "2ec25b79-d5cc-4520-a0f6-aa32338d3eda"
    ],
    "album": "Are You a Dreamer?",
    "release_id": "80657675-7630-411b-828b-d7346fe4f661",
    "release_group_id": null,
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from the Malmö, Sweden band who use vintage musical equipment such as vibraphone, organ, mellotron, tremolo guitar and moog, to emulate the sounds of 60s/70s soundtracks, library music, German Krautrock, French Ye-ye pop and 60s psych.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}