Information about plays

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

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

{
    "id": 348564,
    "uri": "https://api.kexp.org/v2/plays/348564/?format=api",
    "airdate": "2019-07-01T08:42:01-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/27fb9528-206f-4eb9-882a-3a253d8db864/23037797044-250.jpg",
    "thumbnail_uri": "",
    "song": "Turn to Hate",
    "track_id": "37b32a50-6f67-474e-af12-0393fbc82c1e",
    "recording_id": null,
    "artist": "Orville Peck",
    "artist_ids": [
        "437b356d-88f1-4dde-af5e-dec1c9d7dde4"
    ],
    "album": "Pony",
    "release_id": "27fb9528-206f-4eb9-882a-3a253d8db864",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was the first one Peck wrote that would ultimately end up on the album, which he recorded over the course of two distinct sessions in 2017 and 2018 at a recording facility on Gabriola Island, a picturesque setting in the Salish Seas of British Columbia. Peck will be playing at THING in Port Townsend on August 24th. https://www.orvillepeck.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}