Information about plays

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

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

{
    "id": 1335879,
    "uri": "https://api.kexp.org/v2/plays/1335879/?format=api",
    "airdate": "2008-02-07T18:28:27-08:00",
    "show": 23346,
    "show_uri": "https://api.kexp.org/v2/shows/23346/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61zY9NWlXUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61zY9NWlXUL._SL75_.jpg",
    "song": "Sweet Carrie",
    "track_id": null,
    "recording_id": null,
    "artist": "Dailey & Vincent",
    "artist_ids": [
        "20d3a337-b9f5-47d8-ab8d-74dc4b15ba3a"
    ],
    "album": "Dailey & Vincent",
    "release_id": "8da382d6-6aec-4fc8-9565-95b60b2e1191",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2008-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}