Information about plays

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

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

{
    "id": 441997,
    "uri": "https://api.kexp.org/v2/plays/441997/?format=api",
    "airdate": "2001-07-05T19:24:32-07:00",
    "show": 7456,
    "show_uri": "https://api.kexp.org/v2/shows/7456/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411WBNR8V9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411WBNR8V9L._SL75_.jpg",
    "song": "Tennessee, Tennessee",
    "track_id": "2d4c8361-41d4-4495-9ad0-d23f4eb3a93c",
    "recording_id": null,
    "artist": "Homer & Jethro",
    "artist_ids": [
        "f5a6bb71-f49d-4115-b285-fda004821497"
    ],
    "album": "America's Song Butchers: The Weird World of Homer & Jethro",
    "release_id": "9a4f7028-ec89-4d15-b39e-2d7e5c4b2ee9",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "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"
}