Information about plays

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

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

{
    "id": 347887,
    "uri": "https://api.kexp.org/v2/plays/347887/?format=api",
    "airdate": "2019-06-29T16:02:31-07:00",
    "show": 5796,
    "show_uri": "https://api.kexp.org/v2/shows/5796/?format=api",
    "image_uri": "http://coverartarchive.org/release/27fb9528-206f-4eb9-882a-3a253d8db864/23037797044-250.jpg",
    "thumbnail_uri": "",
    "song": "Roses Are Falling",
    "track_id": "8cfae75f-da2c-416b-a00f-7dbac5028301",
    "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": "Meet Orville Peck, the Masked Gay Crooner Revitalizing Classic Country's Spirit. Check out the Billboard article here: https://www.billboard.com/articles/news/pride/8508400/orville-peck-interview-queer-country",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}