Information about plays

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

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

{
    "id": 354749,
    "uri": "https://api.kexp.org/v2/plays/354749/?format=api",
    "airdate": "2019-07-15T16:54:29-07:00",
    "show": 5914,
    "show_uri": "https://api.kexp.org/v2/shows/5914/?format=api",
    "image_uri": "http://coverartarchive.org/release/62bdb67c-10aa-48c0-b7c6-f8147ffa12e8/18396239674-250.jpg",
    "thumbnail_uri": "",
    "song": "Paid in Cigarettes",
    "track_id": "b6201e8f-fb3f-3c28-ac28-19a71d4c45cd",
    "recording_id": null,
    "artist": "Hot Snakes",
    "artist_ids": [
        "dfa0e21c-ee3e-44da-81d5-58e3c1218a9f"
    ],
    "album": "Suicide Invoice",
    "release_id": "62bdb67c-10aa-48c0-b7c6-f8147ffa12e8",
    "release_group_id": null,
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2002-06-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a great video of post-punk locals performing @ Upstream last year live for KEXP! https://www.youtube.com/watch?v=biYW6Wj1Hwk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}