Information about plays

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

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

{
    "id": 354875,
    "uri": "https://api.kexp.org/v2/plays/354875/?format=api",
    "airdate": "2019-07-16T00:48:27-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "http://coverartarchive.org/release/0560cb19-3725-4e34-ae69-30fb48870fdf/1989626085-250.jpg",
    "thumbnail_uri": "",
    "song": "Aly, Walk With Me",
    "track_id": "dc4b034a-95d2-37a8-a9a9-5689ada93355",
    "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": "Walk with me....fire...walk with me....hey..hey?!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}