Information about plays

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

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

{
    "id": 350899,
    "uri": "https://api.kexp.org/v2/plays/350899/?format=api",
    "airdate": "2019-07-06T15:11:25-07:00",
    "show": 5845,
    "show_uri": "https://api.kexp.org/v2/shows/5845/?format=api",
    "image_uri": "http://coverartarchive.org/release/949a3b4d-5519-4844-a870-5dd54ed9cb20/15257227189-250.jpg",
    "thumbnail_uri": "",
    "song": "Dooyo",
    "track_id": "42b82d4b-42b1-3b97-8f4d-20380a7c5b26",
    "recording_id": null,
    "artist": "Dur-Dur Band",
    "artist_ids": [
        "9b77d40a-c7cb-4d5f-9da8-9ef1df1cc745"
    ],
    "album": "Volume 5",
    "release_id": "949a3b4d-5519-4844-a870-5dd54ed9cb20",
    "release_group_id": null,
    "labels": [
        "Awesome Tapes From Africa"
    ],
    "label_ids": [
        "967b585c-7107-4770-8480-ba501aba6d50"
    ],
    "release_date": "2013-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dur-Dur Band was a musical group from Mogadishu, Somalia. The band was formed in the 1980s and was one of the most well-known acts on the Mogadishu disco scene at the time. Their unique sound encompasses funk and disco, with influences of soul. https://en.wikipedia.org/wiki/Dur-Dur_Band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}