Information about plays

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

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

{
    "id": 460595,
    "uri": "https://api.kexp.org/v2/plays/460595/?format=api",
    "airdate": "2001-08-29T01:06:40-07:00",
    "show": 7814,
    "show_uri": "https://api.kexp.org/v2/shows/7814/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BEACF1KNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BEACF1KNL._SL75_.jpg",
    "song": "Dream",
    "track_id": "41bd8b42-d665-4c88-a72d-27d6eaff6d19",
    "recording_id": null,
    "artist": "Sean Lennon",
    "artist_ids": [
        "722c6718-0c61-4db2-a8bc-993a8c5d2baf"
    ],
    "album": "Half Horse Half Musician",
    "release_id": "ce06ba22-1e0d-4746-9825-65472bf84b79",
    "release_group_id": null,
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "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"
}