Information about plays

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

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

{
    "id": 460929,
    "uri": "https://api.kexp.org/v2/plays/460929/?format=api",
    "airdate": "2001-08-29T22:42:00-07:00",
    "show": 7823,
    "show_uri": "https://api.kexp.org/v2/shows/7823/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2126GQW3DCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2126GQW3DCL._SL75_.jpg",
    "song": "I Tawt I Taw a Puddyfoot",
    "track_id": "5b7dca22-83bb-445a-9e94-444bd94165c0",
    "recording_id": null,
    "artist": "Jacknife Lee",
    "artist_ids": [
        "f209a93f-6169-4e31-91b7-b24d6468ee8b"
    ],
    "album": "Pussytoons",
    "release_id": "2e30e1d6-13da-4ebd-b0fc-2a8f45c4ee95",
    "release_group_id": null,
    "labels": [
        "Pussyfoot Records Ltd"
    ],
    "label_ids": [
        "34561703-957b-45c8-8a99-b960fe0bd5a0"
    ],
    "release_date": "2000-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}