Information about plays

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

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

{
    "id": 414452,
    "uri": "https://api.kexp.org/v2/plays/414452/?format=api",
    "airdate": "2001-03-04T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UKxERLReL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UKxERLReL._SL75_.jpg",
    "song": "Sarandonga",
    "track_id": "327b284f-e361-4807-9202-f782ccbf618d",
    "recording_id": null,
    "artist": "Barbarito Torres",
    "artist_ids": [
        "2eeccea9-efda-4b12-b939-0edf34de8922"
    ],
    "album": "Havana Café",
    "release_id": "4b200fc6-8de9-4973-b630-8e8a9dd0e35a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}