Information about plays

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

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

{
    "id": 356050,
    "uri": "https://api.kexp.org/v2/plays/356050/?format=api",
    "airdate": "2019-07-18T13:36:08-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "http://coverartarchive.org/release/a4edde0b-244d-4445-b5de-02427400b89d/15133197591-250.jpg",
    "thumbnail_uri": "",
    "song": "Billabong Valley",
    "track_id": "69c2dac9-8bb6-4fcb-96cf-9899fa383c5c",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Flying Microtonal Banana",
    "release_id": "a4edde0b-244d-4445-b5de-02427400b89d",
    "release_group_id": null,
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "ecf9b195-6b61-446c-a253-856311236340"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Gizzard & The Lizard Wizard will be in Seattle, WA on Sunday, August 18th at the Paramount Theatre. Until then, watch their latest in-studio from June 2018: https://www.youtube.com/watch?v=wxwu7FYFSek&t=626s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}