Information about plays

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

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

{
    "id": 344328,
    "uri": "https://api.kexp.org/v2/plays/344328/?format=api",
    "airdate": "2019-06-21T12:44:37-07:00",
    "show": 5737,
    "show_uri": "https://api.kexp.org/v2/shows/5737/?format=api",
    "image_uri": "http://coverartarchive.org/release/a4edde0b-244d-4445-b5de-02427400b89d/15133197591-250.jpg",
    "thumbnail_uri": "",
    "song": "Rattlesnake",
    "track_id": "551f55ca-82e2-4e4d-9818-1869e803274a",
    "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 play the Paramount Theatre on Sunday, August 18.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}