Information about plays

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

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

{
    "id": 496101,
    "uri": "https://api.kexp.org/v2/plays/496101/?format=api",
    "airdate": "2001-12-12T18:00:00-08:00",
    "show": 8510,
    "show_uri": "https://api.kexp.org/v2/shows/8510/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21EJWYY4M3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21EJWYY4M3L._SL75_.jpg",
    "song": "Night and Day My Love",
    "track_id": "5afc924e-053c-4dce-9cb8-44a6baa84f82",
    "recording_id": null,
    "artist": "Clifton Chenier",
    "artist_ids": [
        "db1a3066-1586-495d-a09c-1312cabab5be"
    ],
    "album": "Zydeco Dynamite: The Clifton Chenier Anthology (disc 1)",
    "release_id": "f5c9f3aa-9232-49a2-83f0-fef476d10ce2",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}