Information about plays

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

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

{
    "id": 1385596,
    "uri": "https://api.kexp.org/v2/plays/1385596/?format=api",
    "airdate": "2008-06-14T15:10:28-07:00",
    "show": 24188,
    "show_uri": "https://api.kexp.org/v2/shows/24188/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41upkZ-mCFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41upkZ-mCFL._SL75_.jpg",
    "song": "You Let Me Be Honest With You",
    "track_id": "beb71fac-d356-4139-9e6e-b17d01bfabce",
    "recording_id": null,
    "artist": "Eddy Current Suppression Ring",
    "artist_ids": [
        "eae4431e-0880-4df6-82b1-ec446f413b02"
    ],
    "album": "Primary Colours",
    "release_id": "e4cb3e92-f699-4edc-bf0d-15a499e6e23f",
    "release_group_id": null,
    "labels": [
        "AARGHT! Records"
    ],
    "label_ids": [
        "0b68a0f1-9f25-43fa-939e-39060513078a"
    ],
    "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"
}