Information about plays

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

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

{
    "id": 415523,
    "uri": "https://api.kexp.org/v2/plays/415523/?format=api",
    "airdate": "2001-04-17T01:36:55-07:00",
    "show": 6934,
    "show_uri": "https://api.kexp.org/v2/shows/6934/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31JAJ25B1JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31JAJ25B1JL._SL75_.jpg",
    "song": "Rubina Verde",
    "track_id": "d9fe48c0-1c2d-4c25-bbf0-fc0e05201fe0",
    "recording_id": null,
    "artist": "Faith & Disease",
    "artist_ids": [
        "2a95ed6b-ebcf-4908-b642-7bbadd0eb2ea"
    ],
    "album": "Beneath the Trees",
    "release_id": "c2189b9c-0176-4d5a-9138-7aa350243a0c",
    "release_group_id": null,
    "labels": [
        "Projekt"
    ],
    "label_ids": [
        "bf75ee31-20c9-461c-9ed1-49334fad5135"
    ],
    "release_date": "2000-09-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}