Information about plays

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

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

{
    "id": 532374,
    "uri": "https://api.kexp.org/v2/plays/532374/?format=api",
    "airdate": "2002-03-29T01:12:36-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51e6w9TnZwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51e6w9TnZwL._SL75_.jpg",
    "song": "Allegory & Metaphor (Revisited)",
    "track_id": "2d77b053-969c-4c47-affb-3856bb1fb00d",
    "recording_id": null,
    "artist": "Sean Deason",
    "artist_ids": [
        "d827adc7-ef0d-45e5-82d5-ee85476c9135"
    ],
    "album": "Allegory & Metaphor",
    "release_id": "76b6cea0-ebb0-4577-8057-e6805acb3254",
    "release_group_id": null,
    "labels": [
        "Intuit-Solar"
    ],
    "label_ids": [
        "a4b3c384-6748-4c17-8a92-05cf1b8b9532"
    ],
    "release_date": "2000-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}