Information about plays

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

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

{
    "id": 432236,
    "uri": "https://api.kexp.org/v2/plays/432236/?format=api",
    "airdate": "2001-06-07T10:20:00-07:00",
    "show": 7271,
    "show_uri": "https://api.kexp.org/v2/shows/7271/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21T68EABGEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21T68EABGEL._SL75_.jpg",
    "song": "Stringbuster",
    "track_id": "3be6be15-4525-414e-8a3c-a8d19ebc09d1",
    "recording_id": null,
    "artist": "Belmont Playboys",
    "artist_ids": [
        "939c342f-ffc2-4e68-b031-868d5d96de6a"
    ],
    "album": "Hot Rod Heart",
    "release_id": "3485940d-8ac8-47f9-8c83-f596ed8112d2",
    "release_group_id": null,
    "labels": [
        "Teen Rebel"
    ],
    "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"
}