Information about plays

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

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

{
    "id": 450323,
    "uri": "https://api.kexp.org/v2/plays/450323/?format=api",
    "airdate": "2001-07-30T11:52:00-07:00",
    "show": 7616,
    "show_uri": "https://api.kexp.org/v2/shows/7616/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nOBmjvF-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nOBmjvF-L._SL75_.jpg",
    "song": "A White Suit in Memphis",
    "track_id": "f9a43509-d117-4d87-b172-913ae6cb349c",
    "recording_id": null,
    "artist": "Simon Bonney",
    "artist_ids": [
        "8b16ea9f-4f42-4963-9380-36190dfbb2fc"
    ],
    "album": "Everyman",
    "release_id": "c81fa375-54f4-422c-91cd-f23f4c9addb6",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "1995-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}