Information about plays

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

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

{
    "id": 516534,
    "uri": "https://api.kexp.org/v2/plays/516534/?format=api",
    "airdate": "2002-02-11T07:51:00-08:00",
    "show": 8912,
    "show_uri": "https://api.kexp.org/v2/shows/8912/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Helden (Peel Session)",
    "track_id": null,
    "recording_id": null,
    "artist": "Six by Seven",
    "artist_ids": [
        "5e2e050f-7280-464e-b251-0a1272c43300"
    ],
    "album": "Ten Places To Die / England And A Broken Radio",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mantra"
    ],
    "label_ids": [
        "cf0deaf8-b99c-46a2-b977-c2b6efe041da"
    ],
    "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"
}