Information about plays

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

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

{
    "id": 496701,
    "uri": "https://api.kexp.org/v2/plays/496701/?format=api",
    "airdate": "2001-12-14T10:39:00-08:00",
    "show": 8520,
    "show_uri": "https://api.kexp.org/v2/shows/8520/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QSmGzhD3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QSmGzhD3L._SL75_.jpg",
    "song": "Ohio River Boat Song",
    "track_id": "8bfc3b6d-da70-4301-ae6e-4e83c4c9a331",
    "recording_id": null,
    "artist": "Palace Music",
    "artist_ids": [
        "c4fb4027-426d-424a-84f0-b5e689f9755e"
    ],
    "album": "Lost Blues and Other Songs",
    "release_id": "3da42a2e-a17d-4ddc-b1af-0989bb60faee",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1997-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}