Information about plays

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

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

{
    "id": 352533,
    "uri": "https://api.kexp.org/v2/plays/352533/?format=api",
    "airdate": "2019-07-10T10:19:21-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Green Key Will Let You In",
    "track_id": "3f0ecdfb-e194-4e96-9c5d-cf4ed5fc98f4",
    "recording_id": null,
    "artist": "The Riffbrokers",
    "artist_ids": [
        "154b3f85-5050-49ad-89f8-501e0f648ecd"
    ],
    "album": "The Green Key Will Let You In",
    "release_id": "2f84fee3-f6a3-4a98-b133-40fe88db2ae3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2012-03-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}