Information about plays

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

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

{
    "id": 532335,
    "uri": "https://api.kexp.org/v2/plays/532335/?format=api",
    "airdate": "2002-03-28T23:07:00-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11Y7JTYNJEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11Y7JTYNJEL._SL75_.jpg",
    "song": "I Want to Remember This Moment Always",
    "track_id": "6e92477a-0c6d-4e5d-842b-491b935efc6b",
    "recording_id": null,
    "artist": "A Reminiscent Drive",
    "artist_ids": [
        "3376bc9f-c766-4a7c-8792-c1c938587e00"
    ],
    "album": "Embrace EP",
    "release_id": "f4432922-305e-47de-ab91-367074d88754",
    "release_group_id": null,
    "labels": [
        "F Communications"
    ],
    "label_ids": [
        "84cb33fa-847a-49e7-8d61-ae2d9506c343"
    ],
    "release_date": "1996-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}