Information about plays

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

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

{
    "id": 459295,
    "uri": "https://api.kexp.org/v2/plays/459295/?format=api",
    "airdate": "2001-08-25T00:36:00-07:00",
    "show": 7785,
    "show_uri": "https://api.kexp.org/v2/shows/7785/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WQJAKW8GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WQJAKW8GL._SL75_.jpg",
    "song": "Everything Reminds Me of My Dog",
    "track_id": "18cf59ae-4271-4e38-881f-0adec2f4dc22",
    "recording_id": null,
    "artist": "Jane Siberry",
    "artist_ids": [
        "711c9171-14c4-4644-9099-15831fcfa750"
    ],
    "album": "Bound by the Beauty",
    "release_id": "fc335ca2-b60b-45df-a57c-52e321578bf8",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1989-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}