Information about plays

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

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

{
    "id": 342846,
    "uri": "https://api.kexp.org/v2/plays/342846/?format=api",
    "airdate": "2019-06-18T06:33:20-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/7bbd2978-f553-3ab6-8e0e-1c56aac66cc1/11502756334-250.jpg",
    "thumbnail_uri": "",
    "song": "The Fairest of the Seasons",
    "track_id": "89ff4612-248e-3d0f-814a-10f6216c747d",
    "recording_id": null,
    "artist": "Nico",
    "artist_ids": [
        "37c61bf2-5fb1-47ae-9605-80025d956958"
    ],
    "album": "Chelsea Girl",
    "release_id": "7bbd2978-f553-3ab6-8e0e-1c56aac66cc1",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1988-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get this. This song was written in part by Jackson Browne who also played live with Nico when she took up residence in a New York City coffeehouse.She was also joined by  Leonard Cohen, and her Velvet Underground bandmates Lou Reed, Sterling Morrison and John Cale.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}