Information about plays

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

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

{
    "id": 2680987,
    "uri": "https://api.kexp.org/v2/plays/2680987/?format=api",
    "airdate": "2020-01-01T22:15:03-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "https://coverartarchive.org/release/cbcda8e3-a1df-4886-98fb-20b004658d6e/16249532110-250.jpg",
    "thumbnail_uri": "",
    "song": "Darling",
    "track_id": "bfcc45dd-52e8-4be8-a8af-294dd78cfead",
    "recording_id": null,
    "artist": "Real Estate",
    "artist_ids": [
        "2ff0dfc6-0542-4bbc-a44a-60605c074ba6"
    ],
    "album": "In Mind",
    "release_id": "cbcda8e3-a1df-4886-98fb-20b004658d6e",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2017-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Neptune on May 21st  www.realestatetheband.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}