Information about plays

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

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

{
    "id": 437836,
    "uri": "https://api.kexp.org/v2/plays/437836/?format=api",
    "airdate": "2001-06-23T16:52:56-07:00",
    "show": 7374,
    "show_uri": "https://api.kexp.org/v2/shows/7374/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/51P7aO27PVL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/51P7aO27PVL._SL75_.jpg",
    "song": "Rebel Rouser",
    "track_id": "3d9bd601-3b47-44b2-b45a-be494462428b",
    "recording_id": null,
    "artist": "Sweet",
    "artist_ids": [
        "dc73bb40-b697-4df9-a2ec-0555bebdba75"
    ],
    "album": "The Collection",
    "release_id": "d297fb00-f9c8-4915-a010-4be09a2b3f42",
    "release_group_id": null,
    "labels": [
        "Castle Communications"
    ],
    "label_ids": [
        "f3acf224-8e44-49a1-a3a1-6ed1ea5f5016"
    ],
    "release_date": "1989-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}