Information about plays

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

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

{
    "id": 353216,
    "uri": "https://api.kexp.org/v2/plays/353216/?format=api",
    "airdate": "2019-07-11T21:26:48-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "http://coverartarchive.org/release/e994e100-450a-4cfe-a25f-1e3301c4f1f7/19972460839-250.jpg",
    "thumbnail_uri": "",
    "song": "The Valleys",
    "track_id": "18579346-d4b7-35a5-967f-c51761254787",
    "recording_id": null,
    "artist": "Electrelane",
    "artist_ids": [
        "7756e3dc-f44c-4678-a7bc-d1b31204a963"
    ],
    "album": "The Power Out",
    "release_id": "e994e100-450a-4cfe-a25f-1e3301c4f1f7",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "2004-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Power Out is the second album by English rock group Electrelane. It was released in 2004 by Too Pure. It was recorded in Chicago, Illinois in early 2003 by Steve Albini.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}