Information about plays

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

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

{
    "id": 480462,
    "uri": "https://api.kexp.org/v2/plays/480462/?format=api",
    "airdate": "2001-10-26T13:28:00-07:00",
    "show": 8198,
    "show_uri": "https://api.kexp.org/v2/shows/8198/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TO2KIs7LL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TO2KIs7LL._SL75_.jpg",
    "song": "Old Black Mattie",
    "track_id": "4fd02d62-898e-48a7-b073-0b59f44ea664",
    "recording_id": null,
    "artist": "R.L. Burnside",
    "artist_ids": [
        "355eed00-6c40-4d33-940a-600b2597407a"
    ],
    "album": "Too Bad Jim",
    "release_id": "89a295e9-0cbb-43d8-88eb-f9710949bfcf",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}