Information about plays

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

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

{
    "id": 516423,
    "uri": "https://api.kexp.org/v2/plays/516423/?format=api",
    "airdate": "2002-02-11T00:08:00-08:00",
    "show": 8911,
    "show_uri": "https://api.kexp.org/v2/shows/8911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51720r0jw5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51720r0jw5L._SL75_.jpg",
    "song": "Huey Sees Light Through a Leaf",
    "track_id": "b0f1b091-8ceb-4ac8-bb20-f510e8972b05",
    "recording_id": null,
    "artist": "William Parker",
    "artist_ids": [
        "884c61a3-01f5-467f-a859-ad8417b79909"
    ],
    "album": "Sunrise in the Tone World (disc 2)",
    "release_id": "3be83801-fddb-4dcd-aa01-8a3810510f00",
    "release_group_id": null,
    "labels": [
        "Aum Fidelity"
    ],
    "label_ids": [
        "bbf3078f-2479-49d5-8a65-7e0923a8c42f"
    ],
    "release_date": "1997-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}