Information about plays

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

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

{
    "id": 353305,
    "uri": "https://api.kexp.org/v2/plays/353305/?format=api",
    "airdate": "2019-07-12T02:53:24-07:00",
    "show": 5886,
    "show_uri": "https://api.kexp.org/v2/shows/5886/?format=api",
    "image_uri": "http://coverartarchive.org/release/c15e9bc3-825f-41fe-9cd6-29d5e609450f/15330521512-250.jpg",
    "thumbnail_uri": "",
    "song": "Staring at the Sun",
    "track_id": "fc2e547c-b01a-3877-b659-05131e3059d5",
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Young Liars",
    "release_id": "c15e9bc3-825f-41fe-9cd6-29d5e609450f",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2003-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}