Information about plays

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

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

{
    "id": 531683,
    "uri": "https://api.kexp.org/v2/plays/531683/?format=api",
    "airdate": "2002-03-27T07:42:00-08:00",
    "show": 9205,
    "show_uri": "https://api.kexp.org/v2/shows/9205/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B07os7YiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B07os7YiL._SL75_.jpg",
    "song": "The Twilight Showdown",
    "track_id": "06cbbb41-cff4-4dd9-8160-9ff96e2cf1dc",
    "recording_id": null,
    "artist": "Starlight Mints",
    "artist_ids": [
        "a71ff439-53af-4160-ac7c-1ac072fe3d65"
    ],
    "album": "The Dream That Stuff Was Made Of",
    "release_id": "509a623d-841d-4abf-9e6f-b337d08cfc39",
    "release_group_id": null,
    "labels": [
        "See Thru Broadcasting"
    ],
    "label_ids": [
        "d4bc0b22-2b6c-4954-a599-1d2d57710631"
    ],
    "release_date": "2000-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}