Information about plays

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

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

{
    "id": 468459,
    "uri": "https://api.kexp.org/v2/plays/468459/?format=api",
    "airdate": "2001-09-21T09:14:07-07:00",
    "show": 7969,
    "show_uri": "https://api.kexp.org/v2/shows/7969/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51E89K75FAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51E89K75FAL._SL75_.jpg",
    "song": "See a Little Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Mould",
    "artist_ids": [
        "d7f5305a-15fc-4af4-a61b-f6f45510cc8f"
    ],
    "album": "Poison Years",
    "release_id": "d21b327b-cac8-4a69-8491-048cb9b03d85",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1994-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}