Information about plays

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

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

{
    "id": 1298384,
    "uri": "https://api.kexp.org/v2/plays/1298384/?format=api",
    "airdate": "2007-11-04T11:02:00-08:00",
    "show": 22719,
    "show_uri": "https://api.kexp.org/v2/shows/22719/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-BgpnEr7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-BgpnEr7L._SL75_.jpg",
    "song": "Liberation Conversation",
    "track_id": "e3245979-7639-406c-9ef2-06c16990de85",
    "recording_id": null,
    "artist": "Marlena Shaw",
    "artist_ids": [
        "f94db5b3-9260-4e81-9d35-6806e50c713f"
    ],
    "album": "Spice of Life",
    "release_id": "c6312d39-bcd6-4d76-9d89-bd58f4d3a25c",
    "release_group_id": null,
    "labels": [],
    "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"
}