Information about plays

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

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

{
    "id": 2675945,
    "uri": "https://api.kexp.org/v2/plays/2675945/?format=api",
    "airdate": "2019-12-20T14:30:30-08:00",
    "show": 46176,
    "show_uri": "https://api.kexp.org/v2/shows/46176/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Another Drop",
    "track_id": "9eacbe00-00d5-4282-96d8-22a6f4ef0492",
    "recording_id": null,
    "artist": "Ikebe Shakedown",
    "artist_ids": [
        "55008116-f7aa-4f68-b713-b6c947f7d43c"
    ],
    "album": "Kings Left Behind",
    "release_id": "3add5642-bc4b-46df-b444-096bdbf49293",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ikebe Shakedown is a Brooklyn-based instrumental band that blends cinematic 70s-style soul with the blaring horns and funky rhythms of Afrobeat.  <br><br>Their 2019 release, Kings Left Behind, refers to Kings County, the other name for Brooklyn, and the members of the band have left Brooklyn behind while touring with the late Sharon Jones, Lee Fields, and other soul artists.  https://bit.ly/2PMeR2l",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}