Information about plays

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

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

{
    "id": 517613,
    "uri": "https://api.kexp.org/v2/plays/517613/?format=api",
    "airdate": "2002-02-14T02:33:00-08:00",
    "show": 8929,
    "show_uri": "https://api.kexp.org/v2/shows/8929/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fOt0QlcjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fOt0QlcjL._SL75_.jpg",
    "song": "Lagan Love/Nada Brahma",
    "track_id": "2509078e-3eaa-4858-a9c9-67e44aa9138a",
    "recording_id": null,
    "artist": "Sheila Chandra",
    "artist_ids": [
        "115bdd7a-8a62-4564-9368-251879248e47"
    ],
    "album": "Moonsung: A Real World Retrospective",
    "release_id": "41c2847e-2901-4234-958a-eb98cf7ad3b9",
    "release_group_id": null,
    "labels": [
        "Real World/Virgin"
    ],
    "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"
}