Information about plays

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

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

{
    "id": 381989,
    "uri": "https://api.kexp.org/v2/plays/381989/?format=api",
    "airdate": "2019-09-17T13:03:58-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/10798e2e-0798-44f7-99fa-d81bc4b44b05/15404789817-250.jpg",
    "thumbnail_uri": "",
    "song": "Pilgrimage",
    "track_id": "c6c7175b-49a5-3afe-9ed5-2d708bf6f34a",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "And I Feel Fine… The Best of the I.R.S. Years 1982–1987",
    "release_id": "10798e2e-0798-44f7-99fa-d81bc4b44b05",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2006-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Q Magazine's \"1001 Best Songs Ever\", Michael Stipe has no idea what this song is about: \"It still baffles me,\" he once said. \"At one point after we recorded it I heard it and it made perfect sense. I was so exhilarated. I thought I'd accomplished what I set out to do. Then I forgot!\" See a live version from Bologna in 1999:  https://www.youtube.com/watch?v=Us_ilmxKuI8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}