Information about plays

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

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

{
    "id": 429184,
    "uri": "https://api.kexp.org/v2/plays/429184/?format=api",
    "airdate": "2001-05-29T08:16:40-07:00",
    "show": 7213,
    "show_uri": "https://api.kexp.org/v2/shows/7213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51A27QPN9SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51A27QPN9SL._SL75_.jpg",
    "song": "Heart of the City",
    "track_id": null,
    "recording_id": null,
    "artist": "Nick Lowe",
    "artist_ids": [
        "a3d5a6bf-c86d-44d3-969b-f345620009c6"
    ],
    "album": "Basher: The Best of Nick Lowe",
    "release_id": "88191d00-f074-4b38-b7f8-c3e30524110c",
    "release_group_id": null,
    "labels": [
        "Demon"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}