Information about plays

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

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

{
    "id": 530938,
    "uri": "https://api.kexp.org/v2/plays/530938/?format=api",
    "airdate": "2002-03-25T09:25:13-08:00",
    "show": 9193,
    "show_uri": "https://api.kexp.org/v2/shows/9193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lips Like Sugar",
    "track_id": "5a513403-b6a7-4dbc-9489-d51eba91f3d9",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Never Stop - Live in Liverpool (disc 1)",
    "release_id": "7c0ab3ce-c12a-4083-ad92-3c9100026604",
    "release_group_id": null,
    "labels": [
        "spinART"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}