Information about plays

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

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

{
    "id": 373419,
    "uri": "https://api.kexp.org/v2/plays/373419/?format=api",
    "airdate": "2019-08-28T07:39:50-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Geek",
    "track_id": "3d71210a-154e-379e-a126-00e6ab9096b9",
    "recording_id": null,
    "artist": "Bettie Serveert",
    "artist_ids": [
        "89e4aade-fc77-4a18-8d0c-3554cc9b8c54"
    ],
    "album": "Dust Bunnies",
    "release_id": "ee67a1a5-90ed-4a36-8b18-a6f0944396b9",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1997-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bettie Serveert are a Dutch indie rock band. Their name translates to \"Bettie Serves\", or \"Service to Bettie\", which is the title of a book written by Dutch tennis player Betty Stöve, who made it to the Wimbledon ladies singles final in 1977. - http://www.bettieserveert.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}