Information about plays

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

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

{
    "id": 369362,
    "uri": "https://api.kexp.org/v2/plays/369362/?format=api",
    "airdate": "2019-08-19T06:42:56-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yesterday",
    "track_id": "4c04e3a8-7f0d-4a61-992a-4c3177c3048d",
    "recording_id": null,
    "artist": "Spirit Award",
    "artist_ids": [
        "72042f4e-7652-4bf4-8846-d4981b760f67"
    ],
    "album": "Neverending",
    "release_id": "137090ad-4aa3-4107-85fa-862662c86fb7",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spirit Award will be performing at Big Flip,  a free all-ages music festival on the Seattle waterfront, on Saturday the 24th! https://www.friendsofwaterfrontseattle.org/big_flip",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}