Information about plays

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

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

{
    "id": 438857,
    "uri": "https://api.kexp.org/v2/plays/438857/?format=api",
    "airdate": "2001-06-26T20:53:20-07:00",
    "show": 7397,
    "show_uri": "https://api.kexp.org/v2/shows/7397/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zxvGXrG%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zxvGXrG%2BL._SL75_.jpg",
    "song": "Shanti-Mantra",
    "track_id": "a1c9c887-d9dd-4a30-a07f-de37c17b1ed6",
    "recording_id": null,
    "artist": "Ravi Shankar",
    "artist_ids": [
        "697f8b9f-0454-40f2-bba2-58f35668cdbe"
    ],
    "album": "Bridges",
    "release_id": "2836bf8b-8f1a-4c98-9ade-ad8ca4e7ed0f",
    "release_group_id": null,
    "labels": [
        "Private Music"
    ],
    "label_ids": [
        "48e05d59-41a2-435c-9f74-7df9bc1181cc"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}