Information about plays

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

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

{
    "id": 354984,
    "uri": "https://api.kexp.org/v2/plays/354984/?format=api",
    "airdate": "2019-07-16T06:49:14-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Abegail Anne",
    "track_id": "893c8aca-a0f4-3fdf-b566-d468d1476ea5",
    "recording_id": null,
    "artist": "Jeremy Enigk",
    "artist_ids": [
        "35058042-8310-4c5c-852c-f0ed011d77b0"
    ],
    "album": "Return of the Frog Queen",
    "release_id": "8aef4c19-a179-3eb8-8d59-00afe66847da",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1998-09-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Jeremy Enigk! He performed “Abegail Anne\" live at Little London Plane during Upstream Music Fest, May 11, 2017.  See it here: https://bit.ly/2LYQKMb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}