Information about plays

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

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

{
    "id": 370217,
    "uri": "https://api.kexp.org/v2/plays/370217/?format=api",
    "airdate": "2019-08-21T02:27:21-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "http://coverartarchive.org/release/433caf55-ee9d-4ee4-a33d-fce4ba3355c6/15404660426-250.jpg",
    "thumbnail_uri": "",
    "song": "A Life of Possibilities",
    "track_id": "2a26292c-602a-3f03-a4f3-eb60ba4f1530",
    "recording_id": null,
    "artist": "The Dismemberment Plan",
    "artist_ids": [
        "1131e5da-dfdf-46c9-b6ff-b7ac552c2a3c"
    ],
    "album": "Emergency & I",
    "release_id": "433caf55-ee9d-4ee4-a33d-fce4ba3355c6",
    "release_group_id": null,
    "labels": [
        "DeSoto Records"
    ],
    "label_ids": [
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "1999-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dismemberment Plan was a Washington D.C. based indie rock band formed on January 1, 1993. Also known as D-Plan or The Plan, the name came from a stray phrase uttered by insurance salesman Ned Ryerson in the popular comedy Groundhog Day",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}