Information about plays

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

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

{
    "id": 375620,
    "uri": "https://api.kexp.org/v2/plays/375620/?format=api",
    "airdate": "2019-09-02T13:04:07-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "http://coverartarchive.org/release/018c2a22-52d6-4cda-a489-9b19ead0dd85/20631718109-250.jpg",
    "thumbnail_uri": "",
    "song": "Future Me Hates Me",
    "track_id": "659a8a68-390a-4359-a768-8774a2b8076f",
    "recording_id": null,
    "artist": "The Beths",
    "artist_ids": [
        "4c74fc48-8108-4556-87af-154af74f2ce5"
    ],
    "album": "Future Me Hates Me",
    "release_id": "018c2a22-52d6-4cda-a489-9b19ead0dd85",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2018-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The Beths - Full Performance (Live on KEXP): https://bit.ly/2RCf61K",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}