Information about plays

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

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

{
    "id": 529811,
    "uri": "https://api.kexp.org/v2/plays/529811/?format=api",
    "airdate": "2002-03-22T00:12:00-08:00",
    "show": 9168,
    "show_uri": "https://api.kexp.org/v2/shows/9168/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51259NG006L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51259NG006L._SL75_.jpg",
    "song": "",
    "track_id": null,
    "recording_id": null,
    "artist": "横田進",
    "artist_ids": [
        "7b05d6fe-91e8-4cb9-a401-2a13b1578716"
    ],
    "album": "Sakura",
    "release_id": "bc0d9dba-4224-49a2-a2d9-6ab05e9ca6f5",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2000-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}