Information about plays

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

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

{
    "id": 2679718,
    "uri": "https://api.kexp.org/v2/plays/2679718/?format=api",
    "airdate": "2019-12-29T21:02:00-08:00",
    "show": 46253,
    "show_uri": "https://api.kexp.org/v2/shows/46253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "4F3D63Hex",
    "track_id": null,
    "recording_id": null,
    "artist": "Wilroy",
    "artist_ids": [],
    "album": "Future Bubblers 3.0",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third instalment in the Future Bubblers compilation series is set for release on October 11th. The programme, started by Brownswood founder and 6 Music broadcaster Gilles Peterson has garnered a reputation of being at the forefront of cutting-edge music, having previously released tunes by artists such as Yazmin Lacey & Skinny Pelembe. https://bit.ly/2tg4OJO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}