Information about plays

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

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

{
    "id": 476468,
    "uri": "https://api.kexp.org/v2/plays/476468/?format=api",
    "airdate": "2001-10-15T05:00:00-07:00",
    "show": 8126,
    "show_uri": "https://api.kexp.org/v2/shows/8126/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31GVQ0ESPTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31GVQ0ESPTL._SL75_.jpg",
    "song": "Deusa Do Ebano",
    "track_id": "a0a85ae9-41af-4ea8-b367-d787c6168796",
    "recording_id": null,
    "artist": "Ile Aiye",
    "artist_ids": [
        "86be02ce-2eef-4667-8b74-9344eb191f84"
    ],
    "album": "Black Chant",
    "release_id": "9c7e65a0-b206-4be7-97c8-a12a37d8e3ed",
    "release_group_id": null,
    "labels": [
        "Interra"
    ],
    "label_ids": [
        "c8d69dc5-3329-4170-9b60-5e4ddc356d20"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}