Information about plays

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

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

{
    "id": 532459,
    "uri": "https://api.kexp.org/v2/plays/532459/?format=api",
    "airdate": "2002-03-29T06:38:01-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414xYvhUIbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414xYvhUIbL._SL75_.jpg",
    "song": "Lorraine",
    "track_id": "d0cc59d0-6619-447e-9d5f-0f6d28d2dd8d",
    "recording_id": null,
    "artist": "Rosie Thomas",
    "artist_ids": [
        "d4019e11-c719-4338-9198-4c03da0cfb6f"
    ],
    "album": "When We Were Small",
    "release_id": "93da75f9-fdb9-4614-98e9-d7e265f5419d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2002-01-22",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}