Information about plays

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

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

{
    "id": 535340,
    "uri": "https://api.kexp.org/v2/plays/535340/?format=api",
    "airdate": "2002-04-06T17:18:29-08:00",
    "show": 9274,
    "show_uri": "https://api.kexp.org/v2/shows/9274/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C4HABR8NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C4HABR8NL._SL75_.jpg",
    "song": "Shut Up",
    "track_id": "b171c37e-ed89-4bf3-8af0-831c38037035",
    "recording_id": null,
    "artist": "The Cootees",
    "artist_ids": [
        "80bc9c49-96bd-4024-88db-4d2d16aa5ddf"
    ],
    "album": "Let's Play House",
    "release_id": "745ddfe9-ea39-46cf-a42a-1369e947b1b6",
    "release_group_id": null,
    "labels": [
        "Tooth & Nail"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}