Information about plays

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

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

{
    "id": 356808,
    "uri": "https://api.kexp.org/v2/plays/356808/?format=api",
    "airdate": "2019-07-20T09:23:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Money (Mad Professor remix)",
    "track_id": "6f20b447-9e26-39b0-9228-5451ecee8761",
    "recording_id": null,
    "artist": "Easy Star All‐Stars",
    "artist_ids": [
        "0cee95e3-a61d-4cd1-a39c-75464a05b606"
    ],
    "album": "Dubber Side of the Moon",
    "release_id": "d730d994-3de3-4326-9f38-c9dbe0272f2e",
    "release_group_id": null,
    "labels": [
        "Easy Star Records"
    ],
    "label_ids": [],
    "release_date": "2010-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dubber Side of the Moon is the second dub reggae tribute to the Pink Floyd album, The Dark Side of the Moon, by New York based band Easy Star All-Stars. The album features bass heavy dub remixes by prominent dub producers of its predecessor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}