Information about plays

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

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

{
    "id": 458793,
    "uri": "https://api.kexp.org/v2/plays/458793/?format=api",
    "airdate": "2001-08-23T14:25:42-07:00",
    "show": 7777,
    "show_uri": "https://api.kexp.org/v2/shows/7777/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PAKF321BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PAKF321BL._SL75_.jpg",
    "song": "Natural Thing",
    "track_id": "9b1289e0-8e64-4bd3-b45e-bdff23987873",
    "recording_id": null,
    "artist": "Poi Dog Pondering",
    "artist_ids": [
        "b0b95c2e-a361-4a36-bd77-9dfb6ce41014"
    ],
    "album": "Natural Thing",
    "release_id": "7da27510-8f72-482b-ae56-7cf0d035459f",
    "release_group_id": null,
    "labels": [
        "Plate*Tec*Tonic"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}