Information about plays

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

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

{
    "id": 375132,
    "uri": "https://api.kexp.org/v2/plays/375132/?format=api",
    "airdate": "2019-09-01T06:28:00-07:00",
    "show": 6245,
    "show_uri": "https://api.kexp.org/v2/shows/6245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life Is All About Taking Things in and Putting Things Out",
    "track_id": null,
    "recording_id": null,
    "artist": "Telefon Tel Aviv",
    "artist_ids": [],
    "album": "Fahrenheit Fair Enough",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hefty"
    ],
    "label_ids": [],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An old favorite off the debut album from Telefon Tel Aviv, originally a production duo comprised of Charles Cooper and Joshua Eustis ~ Eustis continues on the TTA flag following the tragic accidental death of Charles Cooper in 2009 and he'll be releasing the new TTA album 'Dreams Are Not Enough' later this month via Ghostly International: https://telefon-tel-aviv.bandcamp.com/album/dreams-are-not-enough",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}