Information about plays

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

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

{
    "id": 441411,
    "uri": "https://api.kexp.org/v2/plays/441411/?format=api",
    "airdate": "2001-07-04T06:12:37-07:00",
    "show": 7447,
    "show_uri": "https://api.kexp.org/v2/shows/7447/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511kjHs9AeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511kjHs9AeL._SL75_.jpg",
    "song": "Bach Up to Me",
    "track_id": "bfb770bf-d15c-4b7c-8c8a-76b71617895f",
    "recording_id": null,
    "artist": "Dick Hyman",
    "artist_ids": [
        "dab1ad75-3ea3-4071-91c4-7a66475599d4"
    ],
    "album": "Dick Hyman Plays Fats Waller",
    "release_id": "ff90bf37-c8b8-4a3c-9c73-1c4a9cce25ad",
    "release_group_id": null,
    "labels": [
        "Reference"
    ],
    "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"
}