Information about plays

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

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

{
    "id": 373362,
    "uri": "https://api.kexp.org/v2/plays/373362/?format=api",
    "airdate": "2019-08-28T04:44:31-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/deb843ae-3ac9-483b-a69e-ec00ea435dc9/8560438775-250.jpg",
    "thumbnail_uri": "",
    "song": "CUE",
    "track_id": "60529db3-8934-3006-9ecc-27572d57c480",
    "recording_id": null,
    "artist": "Yellow Magic Orchestra",
    "artist_ids": [
        "ac5af671-1df0-4312-8b7b-e61992ecc883"
    ],
    "album": "YMO Go Home!",
    "release_id": "deb843ae-3ac9-483b-a69e-ec00ea435dc9",
    "release_group_id": null,
    "labels": [
        "EASTWORLD"
    ],
    "label_ids": [
        "31af4a29-1d1a-46f4-bf47-a3e8e84dadfb"
    ],
    "release_date": "1999-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A guide to getting into Yellow Magic Orchestra via Vice: https://bit.ly/2Lfg5zs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}