Information about plays

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

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

{
    "id": 2679042,
    "uri": "https://api.kexp.org/v2/plays/2679042/?format=api",
    "airdate": "2019-12-28T04:44:39-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Matter",
    "track_id": "b633393f-c22c-3873-8b25-59ef78db21ef",
    "recording_id": null,
    "artist": "Bilal",
    "artist_ids": [
        "260097c7-d628-4a3f-966f-956ea430c0d8"
    ],
    "album": "Airtight's Revenge",
    "release_id": "7bd909fe-b5a9-49cd-a6ef-e8dc15b7a984",
    "release_group_id": null,
    "labels": [
        "Plug Research"
    ],
    "label_ids": [
        "8e09ff89-27f9-4cb2-9454-fd287feba47e"
    ],
    "release_date": "2010-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}