Information about plays

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

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

{
    "id": 370834,
    "uri": "https://api.kexp.org/v2/plays/370834/?format=api",
    "airdate": "2019-08-22T13:07:24-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9/17410859185-250.jpg",
    "thumbnail_uri": "",
    "song": "Chicago at Night",
    "track_id": "ecd05956-2516-385c-9f7d-f6cda6a64d19",
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Girls Can Tell",
    "release_id": "df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2001-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spoon #2! Watch another live session with nine songs that Spoon performed live here at KEXP in July 2014. https://www.youtube.com/watch?v=9QrzuAlqXt4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}