Information about plays

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

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

{
    "id": 373396,
    "uri": "https://api.kexp.org/v2/plays/373396/?format=api",
    "airdate": "2019-08-28T06:34:41-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "http://coverartarchive.org/release/eba2dc90-243f-4648-9de0-c39e937e893b/11726171858-250.jpg",
    "thumbnail_uri": "",
    "song": "The One I Love",
    "track_id": "9e02b35f-5bf2-404e-a622-fb252237167a",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Document",
    "release_id": "eba2dc90-243f-4648-9de0-c39e937e893b",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Often misinterpreted as a love song, this is just the opposite. Michael Stipe has said this song is really about using people over and over. - https://bbc.in/2UcLQx2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}