Information about plays

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

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

{
    "id": 2683157,
    "uri": "https://api.kexp.org/v2/plays/2683157/?format=api",
    "airdate": "2020-01-07T07:07:58-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am Stretched on Your Grave",
    "track_id": "4b7adc11-5ca7-3aa2-b9f7-e8c3731606ed",
    "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": "80063c26-4fd4-3e0c-97b1-2597750e51e4",
    "release_group_id": null,
    "labels": [
        "Ensign Records"
    ],
    "label_ids": [
        "c62674d2-cd19-4435-8c6f-52d9c183718d"
    ],
    "release_date": "1990-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sinead O'Connor is playing a sold out show at The Neptune on February 4th.  The entire US tour is sold out with the exceptions of Nashville and NYC.  But give them time...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}