Information about plays

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

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

{
    "id": 448772,
    "uri": "https://api.kexp.org/v2/plays/448772/?format=api",
    "airdate": "2001-07-25T17:52:30-07:00",
    "show": 7586,
    "show_uri": "https://api.kexp.org/v2/shows/7586/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FP3REZ9FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FP3REZ9FL._SL75_.jpg",
    "song": "Throw Me a Bone",
    "track_id": "56e96e28-1dab-497c-a9df-42a7e91b715e",
    "recording_id": null,
    "artist": "Toni Price",
    "artist_ids": [
        "41953b8a-14cd-4783-8316-90e16cf8b853"
    ],
    "album": "Swim Away",
    "release_id": "9f0f9761-81c4-4a4d-a39c-6fe2d3842cf1",
    "release_group_id": null,
    "labels": [
        "Antone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}