Information about plays

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

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

{
    "id": 452437,
    "uri": "https://api.kexp.org/v2/plays/452437/?format=api",
    "airdate": "2001-08-05T13:49:24-07:00",
    "show": 7654,
    "show_uri": "https://api.kexp.org/v2/shows/7654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kW5PppemL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kW5PppemL._SL75_.jpg",
    "song": "I'll Keep Holding On",
    "track_id": "024adab2-3774-4acd-8781-bdcf8cfb836b",
    "recording_id": null,
    "artist": "The Action",
    "artist_ids": [
        "0b14d832-21e1-498e-b3f0-a0018ee1472d"
    ],
    "album": "Nuggets II: Original Artyfacts From the British Empire and Beyond, 1964-1969, Volume 1",
    "release_id": "15459390-f92a-42ad-8941-61515a227ffb",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-07-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}