Information about plays

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

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

{
    "id": 532328,
    "uri": "https://api.kexp.org/v2/plays/532328/?format=api",
    "airdate": "2002-03-28T22:47:00-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31AK6DK6A0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31AK6DK6A0L._SL75_.jpg",
    "song": "My Father My King",
    "track_id": "5973177e-0a04-437c-bd33-6f43cb7f684d",
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "My Father My King",
    "release_id": "0a0fdc9a-446a-4bce-a4b6-eea727b4b2a2",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}