Information about plays

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

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

{
    "id": 422669,
    "uri": "https://api.kexp.org/v2/plays/422669/?format=api",
    "airdate": "2001-05-09T08:17:08-07:00",
    "show": 7083,
    "show_uri": "https://api.kexp.org/v2/shows/7083/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5182NXJJ0GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5182NXJJ0GL._SL75_.jpg",
    "song": "London's Burning",
    "track_id": "edbc67ce-f7e8-439e-9c40-8fa79491ad07",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "From Here to Eternity: Live",
    "release_id": "311d7edf-b86f-4886-8ed0-4e8e3d7c52e0",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "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"
}