Information about plays

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

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

{
    "id": 428054,
    "uri": "https://api.kexp.org/v2/plays/428054/?format=api",
    "airdate": "2001-05-25T17:00:00-07:00",
    "show": 7188,
    "show_uri": "https://api.kexp.org/v2/shows/7188/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51x7v0QaXfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51x7v0QaXfL._SL75_.jpg",
    "song": "It's Alright",
    "track_id": "b40c3b98-c00e-423e-b22f-5fe8674899f1",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Flowers",
    "release_id": "f0cd308f-376c-4b2a-8bec-793abdce1537",
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}