Information about plays

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

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

{
    "id": 352213,
    "uri": "https://api.kexp.org/v2/plays/352213/?format=api",
    "airdate": "2019-07-09T16:54:54-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/89b84d6b-2067-4179-8478-ea3e24ddcb9f/4462754181-250.jpg",
    "thumbnail_uri": "",
    "song": "Such Great Heights",
    "track_id": "08f3caed-1379-32b8-85d4-23dc582dc169",
    "recording_id": null,
    "artist": "The Postal Service",
    "artist_ids": [
        "299278d3-25dd-4f30-bae4-5b571c28034d"
    ],
    "album": "Give Up",
    "release_id": "89b84d6b-2067-4179-8478-ea3e24ddcb9f",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-04-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The song was written by Ben Gibbard and Jimmy Tamborello, and recorded in early 2002. The final recordings include backing vocals in the studio recording by Jen Wood, whose other collaborations include work for The Black Heart Procession and Joan of Arc.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}