Information about plays

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

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

{
    "id": 532895,
    "uri": "https://api.kexp.org/v2/plays/532895/?format=api",
    "airdate": "2002-03-30T12:16:01-08:00",
    "show": 9227,
    "show_uri": "https://api.kexp.org/v2/shows/9227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41039YMVBNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41039YMVBNL._SL75_.jpg",
    "song": "I Zimbra",
    "track_id": null,
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Popular Favorites: Sand in the Vaseline",
    "release_id": "23fb0d6e-6d9d-41f4-af1e-956415b3f794",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}