Information about plays

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

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

{
    "id": 376514,
    "uri": "https://api.kexp.org/v2/plays/376514/?format=api",
    "airdate": "2019-09-04T11:58:47-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/f29f0569-552d-4ac8-b783-4cf8048eea7e/3112628916-250.jpg",
    "thumbnail_uri": "",
    "song": "God",
    "track_id": "ad22af44-7f79-339e-bf9b-60fc677bb188",
    "recording_id": null,
    "artist": "Tori Amos",
    "artist_ids": [
        "c0b2500e-0cef-4130-869d-732b23ed9df5"
    ],
    "album": "Under the Pink",
    "release_id": "f29f0569-552d-4ac8-b783-4cf8048eea7e",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tori Amos' second solo album <i>Under the Pink</i> was released in 1994, recorded in Taos, New Mexico in a hacienda. The singer-songwriter continued to offer piano-driven rock songs dealing with religion, gender, and sexuality. However, the album is generally regarded as being more abstract and less directly confessional than its predecessor, <i>Little Earthquakes</i>.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}