Information about plays

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

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

{
    "id": 350625,
    "uri": "https://api.kexp.org/v2/plays/350625/?format=api",
    "airdate": "2019-07-05T22:42:00-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gold Watch",
    "track_id": "7bc70b50-4029-437b-9588-3b182bd9027e",
    "recording_id": null,
    "artist": "Lupe Fiasco",
    "artist_ids": [
        "cf15719f-51f9-4db8-a15d-5eed9664ce69"
    ],
    "album": "Lupe Fiasco’s The Cool",
    "release_id": "b9d4954a-0d10-4636-a8c8-63a58f02bdb7",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recently, Lupe Fiasco's record label released a song of his from the vault, which was originally recorded around the same time as 'Food & Liquor'. More here: https://www.complex.com/music/2019/06/lupe-fiasco-run-game",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}