Information about plays

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

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

{
    "id": 532489,
    "uri": "https://api.kexp.org/v2/plays/532489/?format=api",
    "airdate": "2002-03-29T08:57:00-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QC4ARMCVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QC4ARMCVL._SL75_.jpg",
    "song": "Caribou",
    "track_id": "08b45156-bdcc-4f48-89cf-fff480eb3313",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "e3b40456-d510-48a1-a338-1469669e623a"
    ],
    "album": "Death to the Pixies",
    "release_id": "3d19354e-7676-46d8-9d14-5e25ea3ed1f1",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}