Information about plays

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

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

{
    "id": 534752,
    "uri": "https://api.kexp.org/v2/plays/534752/?format=api",
    "airdate": "2002-04-04T23:57:20-08:00",
    "show": 9263,
    "show_uri": "https://api.kexp.org/v2/shows/9263/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LYNn7DKAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LYNn7DKAL._SL75_.jpg",
    "song": "Here's to Life",
    "track_id": "c7238b5b-51c6-4368-959f-673fae24cbf2",
    "recording_id": null,
    "artist": "Shirley Horn",
    "artist_ids": [
        "1f72d108-f2dc-44cd-8213-8d3426cc2c9a"
    ],
    "album": "Here's to Life",
    "release_id": "0e86a678-892a-423c-bd68-5da98b52648a",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}