Information about plays

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

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

{
    "id": 532871,
    "uri": "https://api.kexp.org/v2/plays/532871/?format=api",
    "airdate": "2002-03-30T11:11:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WQWNME4GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WQWNME4GL._SL75_.jpg",
    "song": "Lizard Tongue Rock",
    "track_id": "b65bdbbb-f6cf-4338-95a3-8a7cf58fb4cb",
    "recording_id": null,
    "artist": "I Roy & The Upsetters",
    "artist_ids": [
        "bd889fe5-2422-48e9-b35d-0c22c7a956eb"
    ],
    "album": "Truth and Wizdom 1971-9175",
    "release_id": "0603d170-4a9d-41c8-8ece-ad481881823c",
    "release_group_id": null,
    "labels": [
        "Wizdom"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}