Information about plays

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

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

{
    "id": 379139,
    "uri": "https://api.kexp.org/v2/plays/379139/?format=api",
    "airdate": "2019-09-10T13:49:33-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/08f9f33f-0036-4b82-93ac-71ce2839dfe4/8926622453-250.jpg",
    "thumbnail_uri": "",
    "song": "Bring It On Home to Me",
    "track_id": "3b8c6a30-dc88-35ab-88c4-960b8386efe0",
    "recording_id": null,
    "artist": "Sam Cooke",
    "artist_ids": [
        "6c8fd0be-d961-454c-aee0-4366a6dbc993"
    ],
    "album": "The Best of Sam Cooke",
    "release_id": "08f9f33f-0036-4b82-93ac-71ce2839dfe4",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tiffany, who has been in a dark place and is tired of struggling to be happy, says, \"One thing that saves me is the power of music and the power of love. For me, this song reveals both so beautifully it refuels my love of the world.\"  You are not alone, Tiffany.  Thank you so much for this Sam Cooke request.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}