Information about plays

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

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

{
    "id": 415390,
    "uri": "https://api.kexp.org/v2/plays/415390/?format=api",
    "airdate": "2001-04-16T16:30:00-07:00",
    "show": 6931,
    "show_uri": "https://api.kexp.org/v2/shows/6931/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GZ9Z15BGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GZ9Z15BGL._SL75_.jpg",
    "song": "Manha De Carnaval",
    "track_id": "8f5f01c5-ea80-45d6-a6b8-864ad92ffa4c",
    "recording_id": null,
    "artist": "The Rosenberg Trio",
    "artist_ids": [
        "901f5dba-4317-4423-b9fb-f669cdb185e6"
    ],
    "album": "Caravan",
    "release_id": "6c3d4e2a-e22c-4ae1-9f8f-cbc4506a144e",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}