Information about plays

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

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

{
    "id": 350784,
    "uri": "https://api.kexp.org/v2/plays/350784/?format=api",
    "airdate": "2019-07-06T09:10:59-07:00",
    "show": 5843,
    "show_uri": "https://api.kexp.org/v2/shows/5843/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Assack Lawn No. 1 Dub (version 1)",
    "track_id": "7cbbe416-c99f-3550-babb-c4c9f1a6e407",
    "recording_id": null,
    "artist": "Glen Brown & King Tubby",
    "artist_ids": [],
    "album": "Termination Dub (1973-79)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1996-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}