Information about plays

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

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

{
    "id": 425997,
    "uri": "https://api.kexp.org/v2/plays/425997/?format=api",
    "airdate": "2001-05-19T10:30:00-07:00",
    "show": 7147,
    "show_uri": "https://api.kexp.org/v2/shows/7147/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ZxbghBsOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ZxbghBsOL._SL75_.jpg",
    "song": "Ska Reggae High Bop",
    "track_id": null,
    "recording_id": null,
    "artist": "The Skatalites",
    "artist_ids": [
        "87ac7e25-f278-47a0-b109-5eb131dc96b6"
    ],
    "album": "Hi-Bop Ska",
    "release_id": "7f23b8f8-14c7-41d9-ad1a-f663e919697f",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1994-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}