Information about plays

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

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

{
    "id": 501457,
    "uri": "https://api.kexp.org/v2/plays/501457/?format=api",
    "airdate": "2001-12-28T20:00:00-08:00",
    "show": 8610,
    "show_uri": "https://api.kexp.org/v2/shows/8610/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2B4UyYL4iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2B4UyYL4iL._SL75_.jpg",
    "song": "How Long",
    "track_id": "c0fcdca5-a14a-4621-a171-3410aabf8823",
    "recording_id": null,
    "artist": "Cotton Thompson",
    "artist_ids": [
        "15a1ac62-0421-4102-8b01-f98ba18f0b77"
    ],
    "album": "The History of Country & Western Music (disc 19)",
    "release_id": "bd005aa6-cc4a-46e5-a392-1787a94caecd",
    "release_group_id": null,
    "labels": [
        "Documents"
    ],
    "label_ids": [
        "cfcb8c44-cb7f-47fb-bc80-7ed5c7456620"
    ],
    "release_date": "2005-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}