Information about plays

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

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

{
    "id": 428045,
    "uri": "https://api.kexp.org/v2/plays/428045/?format=api",
    "airdate": "2001-05-25T16:26:15-07:00",
    "show": 7188,
    "show_uri": "https://api.kexp.org/v2/shows/7188/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/316BSYTQS9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/316BSYTQS9L._SL75_.jpg",
    "song": "Our Nights",
    "track_id": "bb565d10-306a-4b4d-9fbc-a6e05d7b4b7b",
    "recording_id": null,
    "artist": "Unwed Sailor",
    "artist_ids": [
        "d67a52a0-568e-4382-a8dc-79fdf71351ea"
    ],
    "album": "The Faithful Anchor",
    "release_id": "ed19b0f1-f2d9-4255-bd80-a7c8ae43739a",
    "release_group_id": null,
    "labels": [
        "Lovesick"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}