Information about plays

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

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

{
    "id": 428427,
    "uri": "https://api.kexp.org/v2/plays/428427/?format=api",
    "airdate": "2001-05-26T18:22:06-07:00",
    "show": 7196,
    "show_uri": "https://api.kexp.org/v2/shows/7196/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BGDuqcZxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BGDuqcZxL._SL75_.jpg",
    "song": "My Wandering Eye",
    "track_id": "2abd62f3-6669-4e37-b9e2-142da5111fa2",
    "recording_id": null,
    "artist": "The Dark Fantastic",
    "artist_ids": [
        "fb777770-9a78-4618-85ab-9416c90e9895"
    ],
    "album": "Goodbye Crooked Scar",
    "release_id": "d6ebf1b0-a91c-44b2-a5dd-5b4cc6016187",
    "release_group_id": null,
    "labels": [
        "up"
    ],
    "label_ids": [
        "a5684b50-61cf-494e-95a2-4dd46cea6004"
    ],
    "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"
}