Information about plays

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

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

{
    "id": 354573,
    "uri": "https://api.kexp.org/v2/plays/354573/?format=api",
    "airdate": "2019-07-15T06:28:38-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/92f17814-57bb-4c9b-8948-fee1f0677472/21335070368-250.jpg",
    "thumbnail_uri": "",
    "song": "I Am Stretched on Your Grave",
    "track_id": "ff982ff3-93f5-3cc9-b71e-719597ffbc91",
    "recording_id": null,
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "I Do Not Want What I Haven’t Got",
    "release_id": "92f17814-57bb-4c9b-8948-fee1f0677472",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1990-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Am Stretched on Your Grave\" is a translation of an anonymous 17th-century Irish poem titled \"Táim sínte ar do thuama.\"  Here's a poet's response to this song:  http://coldfrontmag.com/stretched-on-your-grave-by-sinead-oconnor/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}