Information about plays

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

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

{
    "id": 374423,
    "uri": "https://api.kexp.org/v2/plays/374423/?format=api",
    "airdate": "2019-08-30T09:59:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Personal Issue",
    "track_id": "02d759a4-4c24-4e61-8206-c80bde4fc5ab",
    "recording_id": null,
    "artist": "Cleaners From Venus",
    "artist_ids": [
        "1cf5f079-706d-4b1f-9de9-0bf8e298cc97"
    ],
    "album": "Blow Away Your Troubles",
    "release_id": "1e8bc120-efce-4e65-a6be-4d89d743e29b",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2012, The Quietus noted that Martin Newell had released 13 albums as Cleaners From Venus.  The article commented that \"he is also England’s most-published living poet, writing verse for the national papers for 20 years now.\":   https://thequietus.com/articles/08564-martin-newell-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}