Information about plays

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

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

{
    "id": 426402,
    "uri": "https://api.kexp.org/v2/plays/426402/?format=api",
    "airdate": "2001-05-21T02:04:17-07:00",
    "show": 7160,
    "show_uri": "https://api.kexp.org/v2/shows/7160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515Z828JV6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515Z828JV6L._SL75_.jpg",
    "song": "Villemann og Magnhild",
    "track_id": "cd71eb1e-6bc6-424f-a62a-cec972d9178f",
    "recording_id": null,
    "artist": "Rita Eriksen",
    "artist_ids": [
        "7aeac334-7222-4fcf-af25-ffdc8168b634"
    ],
    "album": "Putumayo Presents: Dublin to Dakar: A Celtic Odyssey",
    "release_id": "14973aee-1635-4c5f-86e1-80dbe0784725",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "1999-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}