Information about plays

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

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

{
    "id": 427686,
    "uri": "https://api.kexp.org/v2/plays/427686/?format=api",
    "airdate": "2001-05-24T18:15:00-07:00",
    "show": 7183,
    "show_uri": "https://api.kexp.org/v2/shows/7183/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61m5Vfs6OPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61m5Vfs6OPL._SL75_.jpg",
    "song": "Rounder's Blues",
    "track_id": "6b59d7fb-642c-495d-85c5-85338277ca39",
    "recording_id": null,
    "artist": "The Delmore Brothers",
    "artist_ids": [
        "7767365b-ab8a-4173-9410-33705722b118"
    ],
    "album": "Freight Train Boogie",
    "release_id": "9bae9a42-0dc3-4f1f-a0cd-d54153f72b9f",
    "release_group_id": null,
    "labels": [
        "Ace Records"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}