Information about plays

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

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

{
    "id": 2678079,
    "uri": "https://api.kexp.org/v2/plays/2678079/?format=api",
    "airdate": "2019-12-25T19:13:21-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Xmas (To Whom It May Concern)",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Dorough & Miles Davis",
    "artist_ids": [],
    "album": "Jingle Bell Jazz",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1962-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You may know Bob Dorough as the genius behind Schoolhouse Rock ; he passed away earlier this year: https://www.npr.org/sections/therecord/2018/04/24/605232291/bob-dorough-jazz-musician-best-known-for-schoolhouse-rock-dead-at-94 ; Miles asked Bob to help with lyrics and vocals for this tune, his contribution to this 1962 Columbia Christmas compilation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}