Information about plays

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

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

{
    "id": 1375550,
    "uri": "https://api.kexp.org/v2/plays/1375550/?format=api",
    "airdate": "2008-05-18T09:36:00-07:00",
    "show": 24010,
    "show_uri": "https://api.kexp.org/v2/shows/24010/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417FGSNVDRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417FGSNVDRL._SL75_.jpg",
    "song": "Friendless Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Big Maybelle",
    "artist_ids": [
        "55a434d9-d3d3-462f-9aa9-749938dcf172"
    ],
    "album": "Blues, Candy & Big Maybelle",
    "release_id": "11820233-0cc0-4622-8f00-28e1db5b228e",
    "release_group_id": null,
    "labels": [
        "Savoy Jazz"
    ],
    "label_ids": [
        "83b99127-6ecc-4034-a194-9ea99a1a1c8a"
    ],
    "release_date": "1995-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}