Information about plays

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

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

{
    "id": 418756,
    "uri": "https://api.kexp.org/v2/plays/418756/?format=api",
    "airdate": "2001-04-27T09:31:45-07:00",
    "show": 6996,
    "show_uri": "https://api.kexp.org/v2/shows/6996/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31GXMANA2NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31GXMANA2NL._SL75_.jpg",
    "song": "No New Tale to Tell",
    "track_id": null,
    "recording_id": null,
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Earth · Sun · Moon",
    "release_id": "282c39bb-aebb-4a13-a270-8e3fa8989761",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}