Information about plays

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

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

{
    "id": 427603,
    "uri": "https://api.kexp.org/v2/plays/427603/?format=api",
    "airdate": "2001-05-24T13:04:00-07:00",
    "show": 7181,
    "show_uri": "https://api.kexp.org/v2/shows/7181/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DGM1ZJZDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DGM1ZJZDL._SL75_.jpg",
    "song": "Time To Get A Gun",
    "track_id": "a4bd9b7e-9727-4f2e-b394-6e40d6d97691",
    "recording_id": null,
    "artist": "Fred Eaglesmith & The Flying Squirrels",
    "artist_ids": [
        "bd0bcd67-fffb-4597-bb8d-3b2a5df5a738"
    ],
    "album": "Ralph's Last Show (disc 1)",
    "release_id": "34ba19bb-dddd-4890-891c-d244208fb181",
    "release_group_id": null,
    "labels": [
        "Signature Sounds"
    ],
    "label_ids": [
        "f5aa62af-8333-4307-908b-fc426ff738fa"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}