Information about plays

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

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

{
    "id": 2678884,
    "uri": "https://api.kexp.org/v2/plays/2678884/?format=api",
    "airdate": "2019-12-27T19:54:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Much Dark",
    "track_id": null,
    "recording_id": null,
    "artist": "Pretty Lights",
    "artist_ids": [],
    "album": "All These Lights",
    "release_id": "0267088a-488f-472b-b057-57105aae0c8c",
    "release_group_id": null,
    "labels": [
        "G & E Music"
    ],
    "label_ids": [],
    "release_date": "2013-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Our Spotlight tonight: Winter Songs! Have a suggestion? Email dj@kexp.org, text 206-903-5397 or interact on Instagram, Facebook or Twitter @djmichelemyers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}