Information about plays

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

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

{
    "id": 426591,
    "uri": "https://api.kexp.org/v2/plays/426591/?format=api",
    "airdate": "2001-05-21T14:25:42-07:00",
    "show": 7163,
    "show_uri": "https://api.kexp.org/v2/shows/7163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51h6pCmCEvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51h6pCmCEvL._SL75_.jpg",
    "song": "The Cut",
    "track_id": "fb6459e7-42a1-4b83-9b56-74aa408f6d70",
    "recording_id": null,
    "artist": "The Delta 72",
    "artist_ids": [
        "0e1a1b82-904f-49b0-8955-086f0bf28afa"
    ],
    "album": "The Soul of a New Machine",
    "release_id": "7e361f27-1b4f-4a8f-91ae-dac791a3a4ee",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1997-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}