Information about plays

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

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

{
    "id": 414532,
    "uri": "https://api.kexp.org/v2/plays/414532/?format=api",
    "airdate": "2001-04-09T09:00:00-07:00",
    "show": 6911,
    "show_uri": "https://api.kexp.org/v2/shows/6911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Iq0kC6khL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Iq0kC6khL._SL75_.jpg",
    "song": "The Year of Driving Languorously",
    "track_id": "9c1542e2-be2a-42d5-85bb-f0ea734571c9",
    "recording_id": null,
    "artist": "The Lucksmiths",
    "artist_ids": [
        "0181f745-7f48-4065-9089-f42810b52149"
    ],
    "album": "Why That Doesn't Surprise Me",
    "release_id": "bc144bd1-56e8-4a56-b73a-d5d4942cc2dd",
    "release_group_id": null,
    "labels": [
        "Drive-In/Clover"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}