Information about plays

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

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

{
    "id": 529806,
    "uri": "https://api.kexp.org/v2/plays/529806/?format=api",
    "airdate": "2002-03-21T23:41:06-08:00",
    "show": 9168,
    "show_uri": "https://api.kexp.org/v2/shows/9168/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BE2K679XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BE2K679XL._SL75_.jpg",
    "song": "Space Oddity",
    "track_id": "a4f96f21-902c-460e-a0a7-39d01f0133ad",
    "recording_id": null,
    "artist": "The Langley Schools Music Project",
    "artist_ids": [
        "0618a7e5-dbb2-4622-9ecd-7910199e3194"
    ],
    "album": "Innocence & Despair",
    "release_id": "73f035f6-b8d0-4e5a-8fcb-2bf94f2dfb2b",
    "release_group_id": null,
    "labels": [
        "bar none"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}