Information about plays

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

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

{
    "id": 443592,
    "uri": "https://api.kexp.org/v2/plays/443592/?format=api",
    "airdate": "2001-07-10T12:52:00-07:00",
    "show": 7488,
    "show_uri": "https://api.kexp.org/v2/shows/7488/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FJEJ5BVEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FJEJ5BVEL._SL75_.jpg",
    "song": "Skinny & Small",
    "track_id": "67649646-26fe-4f26-a83b-ca5a1a0d5d0a",
    "recording_id": null,
    "artist": "Tommy Womack",
    "artist_ids": [
        "61b954c2-9fd2-43b4-8e2e-b1491e3dcfe9"
    ],
    "album": "Positively Na Na",
    "release_id": "7ead4955-a48c-431c-854c-fe56e32e9de2",
    "release_group_id": null,
    "labels": [
        "Checkered Past"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}