Information about plays

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

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

{
    "id": 422080,
    "uri": "https://api.kexp.org/v2/plays/422080/?format=api",
    "airdate": "2001-05-07T15:44:00-07:00",
    "show": 7072,
    "show_uri": "https://api.kexp.org/v2/shows/7072/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51S161F7SQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51S161F7SQL._SL75_.jpg",
    "song": "Beast of Burden",
    "track_id": "1f7726a2-9caa-4ce8-9ee3-18dd36484e1a",
    "recording_id": null,
    "artist": "Buckwheat Zydeco",
    "artist_ids": [
        "ca2b920b-702a-4c4a-9e22-a07e052b4fd8"
    ],
    "album": "Where There's Smoke There's Fire",
    "release_id": "5c334aab-111b-4c17-b8bf-5a4bd290e7ee",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}