Information about plays

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

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

{
    "id": 459679,
    "uri": "https://api.kexp.org/v2/plays/459679/?format=api",
    "airdate": "2001-08-26T10:42:51-07:00",
    "show": 7796,
    "show_uri": "https://api.kexp.org/v2/shows/7796/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Aj3tQi0YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Aj3tQi0YL._SL75_.jpg",
    "song": "Ice Water In Your Veins",
    "track_id": "a8c3251b-ef01-4583-ae17-1bb7c3740038",
    "recording_id": null,
    "artist": "Ruth Brown",
    "artist_ids": [
        "948137e5-783e-4386-bd7c-a56c2666d1e2"
    ],
    "album": "A Good Day for the Blues",
    "release_id": "4463c9c1-347f-42e0-85eb-4071083e52b2",
    "release_group_id": null,
    "labels": [
        "Bullseye"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}