Information about plays

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

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

{
    "id": 532093,
    "uri": "https://api.kexp.org/v2/plays/532093/?format=api",
    "airdate": "2002-03-28T07:16:57-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H7MBV1E7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H7MBV1E7L._SL75_.jpg",
    "song": "King of Spain",
    "track_id": "16058f38-2d8a-48de-93cd-c4aaeb10b8ea",
    "recording_id": null,
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "Today",
    "release_id": "f9780b6b-aa8f-44ac-a92b-1a10fa0fcba6",
    "release_group_id": null,
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}