Information about plays

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

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

{
    "id": 426960,
    "uri": "https://api.kexp.org/v2/plays/426960/?format=api",
    "airdate": "2001-05-22T16:11:15-07:00",
    "show": 7169,
    "show_uri": "https://api.kexp.org/v2/shows/7169/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vks3oW-EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vks3oW-EL._SL75_.jpg",
    "song": "Crystal Frontier (Widescreen version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Calexico",
    "artist_ids": [
        "5e372a49-5672-4fb8-ba14-18c90780c4f9"
    ],
    "album": "Even My Sure Things Fall Through",
    "release_id": "f99ef43f-5cc6-4a32-9b8c-ed9d85450e8e",
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "2001-05-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}