Information about plays

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

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

{
    "id": 501356,
    "uri": "https://api.kexp.org/v2/plays/501356/?format=api",
    "airdate": "2001-12-28T14:10:00-08:00",
    "show": 8609,
    "show_uri": "https://api.kexp.org/v2/shows/8609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GZT4GDKPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GZT4GDKPL._SL75_.jpg",
    "song": "Giving Up",
    "track_id": "b31d4850-3bf4-42c7-b9fb-dafcee8ba34e",
    "recording_id": null,
    "artist": "Tram",
    "artist_ids": [
        "353b65fe-2850-45a9-8c20-df2f39d3346c"
    ],
    "album": "Frequently Asked Questions",
    "release_id": "03859a35-44de-4845-b9dd-f09c46b814c1",
    "release_group_id": null,
    "labels": [
        "Giving Up"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}