Information about plays

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

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

{
    "id": 483245,
    "uri": "https://api.kexp.org/v2/plays/483245/?format=api",
    "airdate": "2001-11-03T15:54:17-08:00",
    "show": 8251,
    "show_uri": "https://api.kexp.org/v2/shows/8251/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CUkv-WgML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CUkv-WgML._SL75_.jpg",
    "song": "Mangoane",
    "track_id": "0e304a2a-160b-47c5-a0cc-b34861e69d6c",
    "recording_id": null,
    "artist": "The Manhattan Brothers",
    "artist_ids": [
        "79a17f3c-bb26-4b3c-b252-b72b9abf2d03"
    ],
    "album": "The Very Best of the Manhattan Brothers",
    "release_id": "fa37fe0f-bb40-46de-8195-581e7534ca6d",
    "release_group_id": null,
    "labels": [
        "Stern's Africa"
    ],
    "label_ids": [
        "274b52f1-90c3-446d-89ca-da28f76fb47d"
    ],
    "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"
}