Information about plays

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

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

{
    "id": 1175969,
    "uri": "https://api.kexp.org/v2/plays/1175969/?format=api",
    "airdate": "2006-12-23T11:44:00-08:00",
    "show": 20620,
    "show_uri": "https://api.kexp.org/v2/shows/20620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y0l4cX9TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y0l4cX9TL._SL75_.jpg",
    "song": "I Need a Roof",
    "track_id": "8a551f4e-605f-4692-b9cc-169cb225a5d3",
    "recording_id": null,
    "artist": "The Mighty Diamonds",
    "artist_ids": [
        "e0885194-a186-4c9b-9643-f6d54aeb6bfd"
    ],
    "album": "Right Time",
    "release_id": "7921fa56-613e-46ae-96ca-b8c794548fb1",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}