Information about plays

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

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

{
    "id": 2680518,
    "uri": "https://api.kexp.org/v2/plays/2680518/?format=api",
    "airdate": "2019-12-31T19:38:00-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Immigrants (We Get the Job Done)",
    "track_id": "a1a0b8c5-6f04-48c6-8aa9-4cf7c1c72bf7",
    "recording_id": null,
    "artist": "K'naan, Snow Tha Product, Riz Ahmed, Residente",
    "artist_ids": [],
    "album": "The Hamilton Mixtape",
    "release_id": "99fe4c9b-21fa-4b6c-bee8-e1b4856d6860",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "2016-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song features guest verses from Snow Tha Product, Residente and Riz MC, the latter being the alter ego of The Night Of actor Riz Ahmed. Each rapper featured has ties to different countries, having immigrated from Somalia, Mexico, Puerto Rico and Pakistan respectively. https://www.youtube.com/watch?v=6_35a7sn6ds&feature=emb_title",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}