Information about plays

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

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

{
    "id": 2675861,
    "uri": "https://api.kexp.org/v2/plays/2675861/?format=api",
    "airdate": "2019-12-20T09:05:00-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Loneliness and the Scream",
    "track_id": "b4692268-1cd7-4f03-beb3-68422d8bbe78",
    "recording_id": null,
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "The Winter of Mixed Drinks",
    "release_id": "cb6d35e7-fd84-4f25-8df2-fa7ed17df5bb",
    "release_group_id": null,
    "labels": [
        "Imperial Records"
    ],
    "label_ids": [],
    "release_date": "2010-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 21.  This 2010 release was the third by Scottish band Frightened Rabbit. We still grieve the death of Scott Hutchison: https://www.theguardian.com/music/2018/may/13/scott-hutchison-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}