Information about plays

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

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

{
    "id": 532009,
    "uri": "https://api.kexp.org/v2/plays/532009/?format=api",
    "airdate": "2002-03-28T02:28:51-08:00",
    "show": 9210,
    "show_uri": "https://api.kexp.org/v2/shows/9210/?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": "Receptacle for the Respectable",
    "track_id": "3562d34d-00f6-4856-acea-e518f9bf7c7a",
    "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": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}