Information about plays

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

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

{
    "id": 378729,
    "uri": "https://api.kexp.org/v2/plays/378729/?format=api",
    "airdate": "2019-09-09T12:18:05-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?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": "\"At the time, the government was paying bands to spread their propaganda through music, but Dur-Dur Band was a private organization who just wanted to have a good time.\" You can read more here: <br><br> https://www.kexp.org/podcasts/song-of-the-day/2019/6/21/dur-dur-band-hayeelin/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}