Information about plays

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

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

{
    "id": 356763,
    "uri": "https://api.kexp.org/v2/plays/356763/?format=api",
    "airdate": "2019-07-20T04:55:38-07:00",
    "show": 5942,
    "show_uri": "https://api.kexp.org/v2/shows/5942/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Andromeda & the Milky Way",
    "track_id": "7f69f011-ff3f-3475-8337-8efb8948175a",
    "recording_id": null,
    "artist": "Me'Shell NdegéOcello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "Comfort Woman",
    "release_id": "b42a6f42-263e-3193-be4c-2a6f8c18a813",
    "release_group_id": null,
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "2003-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}