Information about plays

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

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

{
    "id": 1388492,
    "uri": "https://api.kexp.org/v2/plays/1388492/?format=api",
    "airdate": "2008-06-21T22:49:36-07:00",
    "show": 24236,
    "show_uri": "https://api.kexp.org/v2/shows/24236/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61e7J3yIr-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61e7J3yIr-L._SL75_.jpg",
    "song": "Endless Teeth",
    "track_id": "cb94279d-f8b2-41c9-8ab5-5872e7a9dfb7",
    "recording_id": null,
    "artist": "Genghis Tron",
    "artist_ids": [
        "42d79b6b-2cfe-43f4-b5d9-239503074153"
    ],
    "album": "Board Up the House",
    "release_id": "d08330be-7e1b-4cc1-b9b9-a1662c0ad62f",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}