Information about plays

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

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

{
    "id": 347367,
    "uri": "https://api.kexp.org/v2/plays/347367/?format=api",
    "airdate": "2019-06-28T09:43:23-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "http://coverartarchive.org/release/249ba544-46ce-41d6-8a28-44fe009f7093/19949399123-250.jpg",
    "thumbnail_uri": "",
    "song": "No Matter What Sign You Are",
    "track_id": "ff02a94f-e243-3b1f-9f59-279546256556",
    "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": "Today marks the 50th anniversary of the Stonewall riots, June 28th, 1969.: https://nypost.com/2019/06/21/stonewall-50-a-look-at-the-history-and-future-of-the-riots-that-changed-the-world/  this song was on the jukebox at the Stonewall Inn that night.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}