Information about plays

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

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

{
    "id": 493205,
    "uri": "https://api.kexp.org/v2/plays/493205/?format=api",
    "airdate": "2001-12-04T07:11:00-08:00",
    "show": 8456,
    "show_uri": "https://api.kexp.org/v2/shows/8456/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JFRK87WNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JFRK87WNL._SL75_.jpg",
    "song": "Needles in the Camel's Eye",
    "track_id": null,
    "recording_id": null,
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Here Come the Warm Jets",
    "release_id": "46a2f184-ef38-4025-a6e8-c0507f790d90",
    "release_group_id": null,
    "labels": [
        "E'G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1987-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}