Information about plays

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

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

{
    "id": 352365,
    "uri": "https://api.kexp.org/v2/plays/352365/?format=api",
    "airdate": "2019-07-10T01:07:00-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disco 2000",
    "track_id": null,
    "recording_id": null,
    "artist": "Pulp",
    "artist_ids": [
        "76b2e842-5e85-4c97-ab62-d5bc315595b5"
    ],
    "album": "Different Class",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of my fav music videos from the '90s https://www.youtube.com/watch?v=qJS3xnD7Mus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}