Information about plays

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

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

{
    "id": 343572,
    "uri": "https://api.kexp.org/v2/plays/343572/?format=api",
    "airdate": "2019-06-19T17:00:46-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "http://coverartarchive.org/release/54362d8a-4858-4027-8040-872ee60169a2/13047737090-250.jpg",
    "thumbnail_uri": "",
    "song": "Downtown",
    "track_id": "29674871-a9e1-4cd5-a306-1fd2e17b8395",
    "recording_id": null,
    "artist": "Macklemore & Ryan Lewis feat. Melle-Mel, Grandmaster Caz, Kool Moe Dee & Eric Nally",
    "artist_ids": [
        "0e9c2251-2d7d-4f79-9894-0fd662ed8420"
    ],
    "album": "This Unruly Mess I've Made",
    "release_id": "54362d8a-4858-4027-8040-872ee60169a2",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here is the link to our Music Heals interview with Macklemore.  https://www.kexp.org/read/2018/5/24/music-heals-macklemore-talks-about-struggles-addiction-and-starting-over/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}