Information about plays

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

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

{
    "id": 475492,
    "uri": "https://api.kexp.org/v2/plays/475492/?format=api",
    "airdate": "2001-10-12T03:49:05-07:00",
    "show": 8103,
    "show_uri": "https://api.kexp.org/v2/shows/8103/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51w1DkCx1IL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51w1DkCx1IL._SL75_.jpg",
    "song": "The Left-Handed Way",
    "track_id": "ea9ed0e7-2bbf-44a3-95d6-264076c5af3c",
    "recording_id": null,
    "artist": "Geoff Farina",
    "artist_ids": [
        "58175e80-c8e6-4867-a19c-5f7a2560f632"
    ],
    "album": "Reverse Eclipse",
    "release_id": "3d05fae1-f2ca-4526-8506-4fe807c10171",
    "release_group_id": null,
    "labels": [
        "Southern"
    ],
    "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"
}