Information about plays

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

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

{
    "id": 510791,
    "uri": "https://api.kexp.org/v2/plays/510791/?format=api",
    "airdate": "2002-01-25T16:07:00-08:00",
    "show": 8798,
    "show_uri": "https://api.kexp.org/v2/shows/8798/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61IyktW6mZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61IyktW6mZL._SL75_.jpg",
    "song": "Gat Kirwani",
    "track_id": null,
    "recording_id": null,
    "artist": "Ravi Shankar",
    "artist_ids": [
        "697f8b9f-0454-40f2-bba2-58f35668cdbe"
    ],
    "album": "The Ravi Shankar Collection - Improvisations",
    "release_id": "1b40d8b3-f3ab-4068-bd8a-0f57334ca476",
    "release_group_id": null,
    "labels": [
        "Bainbridge"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}