Information about plays

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

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

{
    "id": 530032,
    "uri": "https://api.kexp.org/v2/plays/530032/?format=api",
    "airdate": "2002-03-22T16:11:00-08:00",
    "show": 9172,
    "show_uri": "https://api.kexp.org/v2/shows/9172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AHW66KSRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AHW66KSRL._SL75_.jpg",
    "song": "Blackwater",
    "track_id": "91aaa3f6-0600-427b-80bb-335606cb46bd",
    "recording_id": null,
    "artist": "Mofro",
    "artist_ids": [
        "8b36b7fa-b78c-4361-acd7-a840c0879d64"
    ],
    "album": "Blackwater",
    "release_id": "5779aa73-23af-49a1-ba32-42d90120764c",
    "release_group_id": null,
    "labels": [
        "Fog City"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}