Information about plays

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

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

{
    "id": 535176,
    "uri": "https://api.kexp.org/v2/plays/535176/?format=api",
    "airdate": "2002-04-06T05:03:14-08:00",
    "show": 9270,
    "show_uri": "https://api.kexp.org/v2/shows/9270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bugs",
    "track_id": "70b67d9b-98fd-4aec-926a-fccaa41e6343",
    "recording_id": null,
    "artist": "Caustic Resin",
    "artist_ids": [
        "b44559f3-6d01-4d07-a81b-00e7f85227a0"
    ],
    "album": "Trick Question",
    "release_id": "423f6cc8-e6fa-4df5-8402-2c0273f02452",
    "release_group_id": null,
    "labels": [
        "Alias Records"
    ],
    "label_ids": [
        "0dc156ed-4e11-4684-bd22-3b7982579a3b"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}