Information about plays

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

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

{
    "id": 356816,
    "uri": "https://api.kexp.org/v2/plays/356816/?format=api",
    "airdate": "2019-07-20T09:51:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hypocrite",
    "track_id": "dba1e572-6277-4143-9c73-338c715724c5",
    "recording_id": null,
    "artist": "The Heptones",
    "artist_ids": [
        "01bdd90c-59b7-4e18-8934-7db4ac00d094"
    ],
    "album": "Meet the New Generation!",
    "release_id": "7d6f830c-f8c8-430f-86b2-94df2e69b698",
    "release_group_id": null,
    "labels": [
        "VP Records"
    ],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heptones & Their Friends album features a selection of superior reggae sides by the group alongside hugely popular works from the three of reggae’s biggest stars of the period: Judy Mowatt, Nicky Thomas and Peter Tosh of The Wailers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}