Information about plays

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

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

{
    "id": 428407,
    "uri": "https://api.kexp.org/v2/plays/428407/?format=api",
    "airdate": "2001-05-26T17:14:07-07:00",
    "show": 7195,
    "show_uri": "https://api.kexp.org/v2/shows/7195/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wZEEBImaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wZEEBImaL._SL75_.jpg",
    "song": "Ayeshteni",
    "track_id": "3076a33f-ed7e-4f16-afc9-68b46f05d537",
    "recording_id": null,
    "artist": "Natacha Atlas",
    "artist_ids": [
        "5b86eefc-f3b2-4b91-8161-c505869fb17f"
    ],
    "album": "Ayeshteni",
    "release_id": "fbeca461-2a93-484a-a0d7-826e4459fddd",
    "release_group_id": null,
    "labels": [
        "Mantra Recordings"
    ],
    "label_ids": [
        "600ade12-d18f-4989-9d67-b1e37db4f284"
    ],
    "release_date": "2001-04-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}