Information about plays

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

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

{
    "id": 2678087,
    "uri": "https://api.kexp.org/v2/plays/2678087/?format=api",
    "airdate": "2019-12-25T19:34:44-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jingle Bells",
    "track_id": "e2c104ef-baff-3543-8a95-944adb0f8244",
    "recording_id": null,
    "artist": "The Ramsey Lewis Trio",
    "artist_ids": [
        "98789b37-4903-42b4-9f5a-2e602684bff5"
    ],
    "album": "More Sounds of Christmas",
    "release_id": "ef49bf05-647b-4a90-84c5-06837fd349a1",
    "release_group_id": null,
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [
        "49dc6850-69e3-4b6b-9b24-692fecc3f640"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can’t get enough Ramsey Lewis holiday tunes ; https://www.allaboutjazz.com/top-ten-christmas-jazz-recordings-of-all-time-by-ken-hohman.php ; https://www.facebook.com/RamseyLewisJazz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}