Information about plays

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

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

{
    "id": 374540,
    "uri": "https://api.kexp.org/v2/plays/374540/?format=api",
    "airdate": "2019-08-30T15:48:52-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "http://coverartarchive.org/release/4b002b0e-3d58-4fea-a980-4b0577b32508/15696520432-250.jpg",
    "thumbnail_uri": "",
    "song": "Shine a Light",
    "track_id": "0e15b162-0624-3779-a99c-63ed9418530c",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Apologies to the Queen Mary",
    "release_id": "4b002b0e-3d58-4fea-a980-4b0577b32508",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song finds its inclusion in a mixtape from Mark from San Francisco to Shannon from Arizona, who writes, \"My friends teased me incessantly by referring to Mark only as Mixtape. Mark and I found ourselves communicating all day, every day. But alas, I knew nothing would come of it because I lived in Arizona and had no plans to move to SF.  Meanwhile in SF, Mark’s friends were also teasing him about the mixtape! While I thought he made mixtapes for “all the girls,” it turned out that he had only made one...for me. And not only had I been the sole recipient, he had bought special equipment so he could record the mixtape using music he only had on vinyl. This is why he was avoiding me at Outside Lands the first two days - he was really nervous! It took about a year into dating for me to learn this fact.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}