Information about plays

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

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

{
    "id": 532313,
    "uri": "https://api.kexp.org/v2/plays/532313/?format=api",
    "airdate": "2002-03-28T21:59:00-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KRPHFFMYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KRPHFFMYL._SL75_.jpg",
    "song": "A Thousand Fragments",
    "track_id": "50838799-776f-4398-b919-0fa210d9a8b9",
    "recording_id": null,
    "artist": "Lewis Parker",
    "artist_ids": [
        "827136e7-a3fd-4b1e-bb47-a81fc4ccd73a"
    ],
    "album": "Masquerades & Silhouettes: The Ancients Series One",
    "release_id": "edf30def-9daf-47c0-b2af-c812b7a5da36",
    "release_group_id": null,
    "labels": [
        "Melankolic"
    ],
    "label_ids": [
        "1d78cfcb-c4bc-4eb1-869d-ac7f2a959cdb"
    ],
    "release_date": "1997-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}