Information about plays

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

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

{
    "id": 377240,
    "uri": "https://api.kexp.org/v2/plays/377240/?format=api",
    "airdate": "2019-09-05T23:28:14-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "http://coverartarchive.org/release/0560cb19-3725-4e34-ae69-30fb48870fdf/1989626085-250.jpg",
    "thumbnail_uri": "",
    "song": "Dead Sound",
    "track_id": "3416cbb4-f4bd-3017-8242-d310ce4f62b4",
    "recording_id": null,
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Lust Lust Lust",
    "release_id": "0560cb19-3725-4e34-ae69-30fb48870fdf",
    "release_group_id": null,
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lust Lust Lust is the third studio album by The Raveonettes, released on November 2007 in the UK, and February 2008 in the US, with bonus tracks included. The album was recorded completely by Sharin Foo and Sune Rose Wagner with no studio musicians. The Raveonettes used drum machines instead of real drums, and recorded most bass and non-guitar sounds with keyboards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}