Information about plays

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

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

{
    "id": 2679731,
    "uri": "https://api.kexp.org/v2/plays/2679731/?format=api",
    "airdate": "2019-12-29T22:12:00-08:00",
    "show": 46254,
    "show_uri": "https://api.kexp.org/v2/shows/46254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Let Get You Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Wajatta",
    "artist_ids": [
        "366b8192-1ea8-4a83-b47a-3325f9bce153"
    ],
    "album": "Don’t Let Get You Down",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [],
    "release_date": "2020-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wajatta — the musical duo of Reggie Watts and John Tejada — return with their second album, “Don’t Let Get You Down”, to be released by Brainfeeder on 28 February 2020.  With its brightly pulsing synths and whistling hook, ‘Don’t Let Get You Down’ is, in the words of Reggie Watts, “the poppiest song we’ve ever done.” https://wajatta.bandcamp.com/album/don-t-let-get-you-down",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}