Information about plays

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

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

{
    "id": 351145,
    "uri": "https://api.kexp.org/v2/plays/351145/?format=api",
    "airdate": "2019-07-07T04:30:00-07:00",
    "show": 5851,
    "show_uri": "https://api.kexp.org/v2/shows/5851/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mirage",
    "track_id": "01b31088-4723-482d-ad72-91288ddfb198",
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Boo Boo",
    "release_id": "0400fd87-5895-4305-a852-bad641b9ba1a",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2017-07-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}