Information about plays

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

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

{
    "id": 347188,
    "uri": "https://api.kexp.org/v2/plays/347188/?format=api",
    "airdate": "2019-06-27T22:40:27-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/249ba544-46ce-41d6-8a28-44fe009f7093/19949399123-250.jpg",
    "thumbnail_uri": "",
    "song": "Come See About Me",
    "track_id": "e6f68ed1-7b70-3831-9c71-ae567ff2b5dc",
    "recording_id": null,
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "Anthology",
    "release_id": "249ba544-46ce-41d6-8a28-44fe009f7093",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-12-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On December 26, 1964, this was bumped off the top spot in the US by the Beatles song \"I Feel Fine,\" which stayed there for three weeks before getting toppled by \"Come See About Me,\" which returned to the top on January 16, 1965.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}