Information about plays

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

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

{
    "id": 532431,
    "uri": "https://api.kexp.org/v2/plays/532431/?format=api",
    "airdate": "2002-03-29T04:35:00-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514JudyNOhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514JudyNOhL._SL75_.jpg",
    "song": "Cadence",
    "track_id": "235a8443-85e3-4307-8e60-f54e2e867a56",
    "recording_id": null,
    "artist": "Desmond Williams",
    "artist_ids": [
        "65514bf3-679e-49c9-b348-e34dce628fc0"
    ],
    "album": "Delights of the Garden",
    "release_id": "9f768494-272b-4028-a168-320343446bc6",
    "release_group_id": null,
    "labels": [
        "18th Street Lounge"
    ],
    "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"
}