Information about plays

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

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

{
    "id": 1403538,
    "uri": "https://api.kexp.org/v2/plays/1403538/?format=api",
    "airdate": "2008-07-30T01:04:05-07:00",
    "show": 24490,
    "show_uri": "https://api.kexp.org/v2/shows/24490/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41cl755S-zL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41cl755S-zL._SL75_.jpg",
    "song": "The Wild, The Beautiful and The Damned",
    "track_id": "4d2017e2-be20-415e-b565-29ce000d1f43",
    "recording_id": null,
    "artist": "Ultravox",
    "artist_ids": [
        "7e786a4c-c743-4713-9340-a6f12d8515d4"
    ],
    "album": "The Island Years",
    "release_id": "a60abbbb-5f66-4c89-9fc4-db9f9060657b",
    "release_group_id": null,
    "labels": [
        "Blues Spectrum"
    ],
    "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"
}