Information about plays

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

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

{
    "id": 531739,
    "uri": "https://api.kexp.org/v2/plays/531739/?format=api",
    "airdate": "2002-03-27T11:52:53-08:00",
    "show": 9206,
    "show_uri": "https://api.kexp.org/v2/shows/9206/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qYA50gLgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qYA50gLgL._SL75_.jpg",
    "song": "Britanncia",
    "track_id": null,
    "recording_id": null,
    "artist": "Bows",
    "artist_ids": [
        "52faf991-f17f-46da-99fa-324e853cc6e2"
    ],
    "album": "Blush",
    "release_id": "8798e87a-7d36-4bf7-b84f-90308007025c",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}