Information about plays

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

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

{
    "id": 427081,
    "uri": "https://api.kexp.org/v2/plays/427081/?format=api",
    "airdate": "2001-05-23T01:27:41-07:00",
    "show": 7173,
    "show_uri": "https://api.kexp.org/v2/shows/7173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-kM2fKJDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-kM2fKJDL._SL75_.jpg",
    "song": "My Heart Might Stop",
    "track_id": "1b6365d4-5867-4e10-a023-77e72d5e507a",
    "recording_id": null,
    "artist": "The Black Heart Procession",
    "artist_ids": [
        "fd0f1d5f-5d8c-4fcd-9d3c-0c9f20cddc08"
    ],
    "album": "2",
    "release_id": "c99d91a5-619c-4b1b-bde1-d8333b82ebd6",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1999-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}