Information about plays

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

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

{
    "id": 439517,
    "uri": "https://api.kexp.org/v2/plays/439517/?format=api",
    "airdate": "2001-06-28T15:24:00-07:00",
    "show": 7409,
    "show_uri": "https://api.kexp.org/v2/shows/7409/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21GPNEZXBZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21GPNEZXBZL._SL75_.jpg",
    "song": "Auto 1",
    "track_id": "3336ffa6-dd79-4660-a44b-3be63a958e62",
    "recording_id": null,
    "artist": "Octant",
    "artist_ids": [
        "318eaf69-6a3c-419f-9cec-f12a068c2b6a"
    ],
    "album": "Shock-No-Par",
    "release_id": "5ba69ecf-17bb-4895-8da9-64b0f16a62eb",
    "release_group_id": null,
    "labels": [
        "up"
    ],
    "label_ids": [
        "a5684b50-61cf-494e-95a2-4dd46cea6004"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}