Information about plays

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

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

{
    "id": 459366,
    "uri": "https://api.kexp.org/v2/plays/459366/?format=api",
    "airdate": "2001-08-25T09:28:25-07:00",
    "show": 7788,
    "show_uri": "https://api.kexp.org/v2/shows/7788/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518ZTN7HN0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518ZTN7HN0L._SL75_.jpg",
    "song": "Jah Is I Guiding Star",
    "track_id": "ea4be402-7da1-4a89-ba02-7ec24ee643d1",
    "recording_id": null,
    "artist": "Tappa Zukie",
    "artist_ids": [
        "9868f116-a9ac-428b-95ea-78e01f279cfe"
    ],
    "album": "If Deejay Was Your Trade: The Dreads at King Tubby's 1974-1977",
    "release_id": "b25beec9-6e08-48d4-acdc-5b77f488e95b",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1994-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}