Information about plays

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

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

{
    "id": 532089,
    "uri": "https://api.kexp.org/v2/plays/532089/?format=api",
    "airdate": "2002-03-28T06:56:42-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41002A2JVVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41002A2JVVL._SL75_.jpg",
    "song": "Nadia",
    "track_id": null,
    "recording_id": null,
    "artist": "Nitin Sawhney",
    "artist_ids": [
        "bc3d74c5-9328-4a1b-8014-3ecdb3dababe"
    ],
    "album": "Beyond Skin",
    "release_id": "585f5613-ab99-42c4-8fa6-fb57a6f18427",
    "release_group_id": null,
    "labels": [
        "Outcaste Records"
    ],
    "label_ids": [
        "ba9f8246-d0fd-434f-9f67-5d0df73a8519"
    ],
    "release_date": "1999-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}