Information about plays

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

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

{
    "id": 529714,
    "uri": "https://api.kexp.org/v2/plays/529714/?format=api",
    "airdate": "2002-03-21T18:31:16-08:00",
    "show": 9167,
    "show_uri": "https://api.kexp.org/v2/shows/9167/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yGh1pTvOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yGh1pTvOL._SL75_.jpg",
    "song": "Roy Lee",
    "track_id": "512a143c-03cf-4146-a9ab-295dd06e753b",
    "recording_id": null,
    "artist": "James King",
    "artist_ids": [
        "e628e8a9-3850-430a-b1c1-006986ccb967"
    ],
    "album": "Thirty Years of Farming",
    "release_id": "d0fb0c19-1be0-48c8-a1f9-8741fb9e88d0",
    "release_group_id": null,
    "labels": [
        "Rounder Select"
    ],
    "label_ids": [],
    "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"
}