Information about plays

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

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

{
    "id": 421917,
    "uri": "https://api.kexp.org/v2/plays/421917/?format=api",
    "airdate": "2001-05-07T04:25:00-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?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": "Rah",
    "track_id": "143854a7-1973-4dcc-ba24-48f2dfa90109",
    "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"
}