Information about plays

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

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

{
    "id": 461370,
    "uri": "https://api.kexp.org/v2/plays/461370/?format=api",
    "airdate": "2001-08-31T04:45:00-07:00",
    "show": 7830,
    "show_uri": "https://api.kexp.org/v2/shows/7830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Back to My Arms (And Stay)",
    "track_id": "5198caec-dd92-4ffe-add1-cc73a50e2c91",
    "recording_id": null,
    "artist": "ph Balance",
    "artist_ids": [
        "9f785de9-4288-4bf7-936d-b6f5a3a4a94c"
    ],
    "album": "ph Balance",
    "release_id": "616ce218-081a-4d5f-82da-02fe70b8233a",
    "release_group_id": null,
    "labels": [
        "Daemon"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}