Information about plays

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

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

{
    "id": 487485,
    "uri": "https://api.kexp.org/v2/plays/487485/?format=api",
    "airdate": "2001-11-17T02:52:00-08:00",
    "show": 8339,
    "show_uri": "https://api.kexp.org/v2/shows/8339/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J8JV3wHJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J8JV3wHJL._SL75_.jpg",
    "song": "The Legend of Sawdust Boogers",
    "track_id": "01eba97b-c598-4dce-b856-d5dee607e75a",
    "recording_id": null,
    "artist": "Bad Livers",
    "artist_ids": [
        "52136679-5be1-403a-ab23-a3a934646daa"
    ],
    "album": "Blood & Mood",
    "release_id": "94fc78e5-92f9-4682-9c7c-d80b6b7ac286",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}