Information about plays

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

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

{
    "id": 489088,
    "uri": "https://api.kexp.org/v2/plays/489088/?format=api",
    "airdate": "2001-11-22T00:00:00-08:00",
    "show": 8372,
    "show_uri": "https://api.kexp.org/v2/shows/8372/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411T7NZ6D6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411T7NZ6D6L._SL75_.jpg",
    "song": "Willing to do the Work",
    "track_id": null,
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Rainbow Children",
    "release_id": "5ef32154-16b2-4d79-acce-5db9c02c9388",
    "release_group_id": null,
    "labels": [
        "NPG"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}