Information about plays

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

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

{
    "id": 373910,
    "uri": "https://api.kexp.org/v2/plays/373910/?format=api",
    "airdate": "2019-08-29T08:47:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oceans",
    "track_id": "8c63f13f-1271-49bb-a416-85e51e5779bc",
    "recording_id": null,
    "artist": "Seafret",
    "artist_ids": [
        "1802f74a-21e5-44f4-9da5-8ea3ac6ce34c"
    ],
    "album": "Oceans",
    "release_id": "92a41d18-8c16-48ae-b915-01e16beb4f46",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-01-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Matthew Chandler's “Soundtrack to a Fake Movie” mix here on Mixtape Week | \"We had a Mixed Tape CD club, where people would blindly send a cd to a random person in the club... The theme of the month was \"Soundtrack\". The author would conjure up a movie in their head and make a soundtrack to go along with it... \"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}