Information about plays

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

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

{
    "id": 534671,
    "uri": "https://api.kexp.org/v2/plays/534671/?format=api",
    "airdate": "2002-04-04T19:06:31-08:00",
    "show": 9262,
    "show_uri": "https://api.kexp.org/v2/shows/9262/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IsqWq7e8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IsqWq7e8L._SL75_.jpg",
    "song": "She'll Have You Back",
    "track_id": "c968b2a8-f38e-48da-be38-44b39b59faa3",
    "recording_id": null,
    "artist": "Deryl Dodd",
    "artist_ids": [
        "176aaeef-eeb5-40e0-81a1-ad05fb71d2ce"
    ],
    "album": "Pearl Snaps",
    "release_id": "518337ef-b87f-48ce-ba1a-374f6815c774",
    "release_group_id": null,
    "labels": [
        "Lucky Dog"
    ],
    "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"
}