Information about plays

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

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

{
    "id": 415886,
    "uri": "https://api.kexp.org/v2/plays/415886/?format=api",
    "airdate": "2001-04-18T03:42:21-07:00",
    "show": 6940,
    "show_uri": "https://api.kexp.org/v2/shows/6940/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517S26yZb9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517S26yZb9L._SL75_.jpg",
    "song": "Nothing but Time (MAIN Pressure Chapter mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Moonshake",
    "artist_ids": [
        "c7ce0ddd-4118-45ad-8852-8a9525d681f2"
    ],
    "album": "Remixes",
    "release_id": "3471b608-6e09-4ad3-9c07-59728713bca5",
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}