Information about plays

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

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

{
    "id": 375519,
    "uri": "https://api.kexp.org/v2/plays/375519/?format=api",
    "airdate": "2019-09-02T07:02:11-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "http://coverartarchive.org/release/edb9ca6c-9e0d-3325-9f86-647c94476a86/8553956037-250.jpg",
    "thumbnail_uri": "",
    "song": "A Punchup at a Wedding. (No No No No No No No No.)",
    "track_id": "7290758c-a593-32c7-a067-a756646bb5d0",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Hail to the Thief. (The Gloaming.)",
    "release_id": "edb9ca6c-9e0d-3325-9f86-647c94476a86",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thom Yorke (solo) is at the Paramount on Sunday October 20. This show sold out eons ago, so I hope you got your tickets. https://www.wasteheadquarters.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}