Information about plays

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

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

{
    "id": 532461,
    "uri": "https://api.kexp.org/v2/plays/532461/?format=api",
    "airdate": "2002-03-29T06:45:34-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513KVwho8eL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513KVwho8eL._SL75_.jpg",
    "song": "(Drawing) Rings Around the World",
    "track_id": "d0ee5f7b-cf80-4f2d-8170-f288450cdd77",
    "recording_id": null,
    "artist": "Super Furry Animals",
    "artist_ids": [
        "c5f5dc27-3059-49c0-ae45-5009a01bb9ec"
    ],
    "album": "Rings Around the World",
    "release_id": "66d3f1f4-f9fa-4488-904e-9b8a88e71a3d",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2002-03-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}