Information about plays

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

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

{
    "id": 460657,
    "uri": "https://api.kexp.org/v2/plays/460657/?format=api",
    "airdate": "2001-08-29T04:56:15-07:00",
    "show": 7814,
    "show_uri": "https://api.kexp.org/v2/shows/7814/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NOUATWBXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NOUATWBXL._SL75_.jpg",
    "song": "Her Used-To-Been",
    "track_id": "9866e34d-fed8-4d54-b120-ec83d62b35fb",
    "recording_id": null,
    "artist": "Spain",
    "artist_ids": [
        "222f84b3-a741-44c3-86ac-db4959a5c5af"
    ],
    "album": "The Blue Moods of Spain",
    "release_id": "7ed42196-ae52-45e1-ba2d-33becabe6ed7",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1995-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}