Information about plays

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

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

{
    "id": 485604,
    "uri": "https://api.kexp.org/v2/plays/485604/?format=api",
    "airdate": "2001-11-11T17:00:00-08:00",
    "show": 8304,
    "show_uri": "https://api.kexp.org/v2/shows/8304/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AZAD09AEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AZAD09AEL._SL75_.jpg",
    "song": "Comic Strip",
    "track_id": "45d7b614-97a9-414f-a162-c6ffea15f54f",
    "recording_id": null,
    "artist": "Mick Harvey",
    "artist_ids": [
        "633ec771-1192-4a63-9e19-2ee6a29d1d22"
    ],
    "album": "Pink Elephants",
    "release_id": "23e99133-5fb6-461a-8de3-700e64efda5d",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1997-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}