Information about plays

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

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

{
    "id": 356990,
    "uri": "https://api.kexp.org/v2/plays/356990/?format=api",
    "airdate": "2019-07-20T20:47:16-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "http://coverartarchive.org/release/cb01a3d2-4c00-4bd0-8ec2-fde956c79613/16079629985-250.jpg",
    "thumbnail_uri": "",
    "song": "Keep Your Eyes Ahead",
    "track_id": "fcc84e8f-8872-3026-8967-c7a1847c8a65",
    "recording_id": null,
    "artist": "The Helio Sequence",
    "artist_ids": [
        "b6ab8d01-0cb3-4515-bc05-d928397e7429"
    ],
    "album": "Keep Your Eyes Ahead",
    "release_id": "cb01a3d2-4c00-4bd0-8ec2-fde956c79613",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-01-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "The Helio Sequence is an American indie rock duo from Beaverton, Oregon, signed to Sub Pop. The band consists of Brandon Summers on vocals and guitars and Benjamin Weikel on drums and keyboards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}