Information about plays

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

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

{
    "id": 356260,
    "uri": "https://api.kexp.org/v2/plays/356260/?format=api",
    "airdate": "2019-07-19T00:45:07-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magic Loop",
    "track_id": "f9429d5d-26ec-4132-b465-209748a0b9db",
    "recording_id": null,
    "artist": "DJDS & Dijon",
    "artist_ids": [
        "535de0a7-4523-43cb-8b0a-0cbd313b9a41"
    ],
    "album": "Magic Loop",
    "release_id": "41873fb3-85e3-412b-9af5-29b1a750649a",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJDS and Dijon have share their track “Magic Loop,” the song, is the artist’s first collaboration together https://soundcloud.com/djdodgerstadium/djds-dijon-magic-loop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}