Information about plays

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

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

{
    "id": 455746,
    "uri": "https://api.kexp.org/v2/plays/455746/?format=api",
    "airdate": "2001-08-15T01:03:45-07:00",
    "show": 7717,
    "show_uri": "https://api.kexp.org/v2/shows/7717/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51G1W1TK8PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51G1W1TK8PL._SL75_.jpg",
    "song": "Purple Haze",
    "track_id": "86d6ac4a-9497-441b-a93a-578e6ba317a5",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Stone Free: A Tribute to Jimi Hendrix",
    "release_id": "01117ed8-3abf-48b2-a69a-1818f5108114",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1993-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}