Information about plays

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

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

{
    "id": 1297077,
    "uri": "https://api.kexp.org/v2/plays/1297077/?format=api",
    "airdate": "2007-10-31T15:28:43-07:00",
    "show": 22694,
    "show_uri": "https://api.kexp.org/v2/shows/22694/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KHNKTT%2BzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KHNKTT%2BzL._SL75_.jpg",
    "song": "Voodoo Rhythm",
    "track_id": "4d7cf5bd-f6da-4839-b4f1-e6504588b0b9",
    "recording_id": null,
    "artist": "The Meteors",
    "artist_ids": [
        "8df95482-901f-469f-a268-73b34e05dad9"
    ],
    "album": "Teenagers From Outer Space",
    "release_id": "f929b844-e68e-4124-a472-ce2118b96348",
    "release_group_id": null,
    "labels": [
        "Big Beat Records"
    ],
    "label_ids": [
        "1eeb79a9-0c8e-4759-9c0d-eebf4b3fbb67"
    ],
    "release_date": "2002-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}