Information about plays

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

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

{
    "id": 374514,
    "uri": "https://api.kexp.org/v2/plays/374514/?format=api",
    "airdate": "2019-08-30T14:50:30-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "http://coverartarchive.org/release/5937da39-4c6a-3f3b-9f96-bc54ebbd23ed/8995104049-250.jpg",
    "thumbnail_uri": "",
    "song": "Head Over Heels",
    "track_id": "efe2ce32-55cd-3c17-8e92-317e2dff3062",
    "recording_id": null,
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Tears Roll Down: Greatest Hits 82–92",
    "release_id": "5937da39-4c6a-3f3b-9f96-bc54ebbd23ed",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song comes from listener Hazelle June Withers' wonderful \"Once for Jacky, Now for Pluto\" mixtape, and has been described by singer Roland Orzabal thusly: \"It is basically a romantic love song and one of the most simple tracks that Tears for Fears have ever recorded. It is a romance song that goes a bit perverse at the end.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}