Information about plays

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

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

{
    "id": 2682316,
    "uri": "https://api.kexp.org/v2/plays/2682316/?format=api",
    "airdate": "2020-01-05T03:51:03-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/092c640b-c864-4e4b-abab-e44f1c0fe681/24255777379-250.jpg",
    "thumbnail_uri": "",
    "song": "Treal",
    "track_id": "d6d87710-f70d-490b-bce7-df7ddf4b7211",
    "recording_id": null,
    "artist": "Robert Glasper feat. Yasiin Bey",
    "artist_ids": [
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b"
    ],
    "album": "Fuck Yo Feelings",
    "release_id": "092c640b-c864-4e4b-abab-e44f1c0fe681",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Winner of three Grammys and even an Emmy, Houston's Robert Glasper released his new album 'Fuck Yo Feelings' last year. The track you heard features Yasiin Bey (Mos Def) but the album is full of talented artists such as: Herbie Hancock, YBN Cordae, and Denzel Curry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}