Information about plays

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

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

{
    "id": 532111,
    "uri": "https://api.kexp.org/v2/plays/532111/?format=api",
    "airdate": "2002-03-28T08:42:25-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BKNHqXJRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BKNHqXJRL._SL75_.jpg",
    "song": "Lifetimes",
    "track_id": "1549c61c-24a0-4c8e-b59d-91c6bc7a1b34",
    "recording_id": null,
    "artist": "Slam",
    "artist_ids": [
        "e6fea316-3ef4-49b8-97bf-483b69c0d354"
    ],
    "album": "Alien Radio",
    "release_id": "53074070-bb6d-48fc-b42d-6439304292af",
    "release_group_id": null,
    "labels": [
        "Soma Quality Recordings"
    ],
    "label_ids": [
        "b69b3751-28cc-4034-90a8-288740862081"
    ],
    "release_date": "2001-06-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}