Information about plays

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

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

{
    "id": 535603,
    "uri": "https://api.kexp.org/v2/plays/535603/?format=api",
    "airdate": "2002-04-07T16:47:34-07:00",
    "show": 9283,
    "show_uri": "https://api.kexp.org/v2/shows/9283/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AMJDTGTJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AMJDTGTJL._SL75_.jpg",
    "song": "No Good Trying",
    "track_id": null,
    "recording_id": null,
    "artist": "Syd Barrett",
    "artist_ids": [
        "12327d75-47d5-45d9-84c2-3760b9210c17"
    ],
    "album": "The Madcap Laughs",
    "release_id": "cc2b3549-e07e-44e9-8c82-b0b67702223c",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}