Information about plays

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

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

{
    "id": 420192,
    "uri": "https://api.kexp.org/v2/plays/420192/?format=api",
    "airdate": "2001-05-01T18:43:38-07:00",
    "show": 7031,
    "show_uri": "https://api.kexp.org/v2/shows/7031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/312MGTDG2PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/312MGTDG2PL._SL75_.jpg",
    "song": "To a Beloved",
    "track_id": "4fe307f9-ac8d-4a28-b5c0-958a1c0dfb43",
    "recording_id": null,
    "artist": "Shweta Jhaveri",
    "artist_ids": [
        "db4624dd-91e9-46d5-91e6-80861968326f"
    ],
    "album": "Gardens of Eden",
    "release_id": "84039e6d-1fbf-4d69-8932-cb32384cf8aa",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2001-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}