Information about plays

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

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

{
    "id": 415012,
    "uri": "https://api.kexp.org/v2/plays/415012/?format=api",
    "airdate": "2001-04-13T13:00:00-07:00",
    "show": 6921,
    "show_uri": "https://api.kexp.org/v2/shows/6921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31R9VPCNRCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31R9VPCNRCL._SL75_.jpg",
    "song": "Passover",
    "track_id": "c90976ed-980d-4433-be26-dc85bf98913a",
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Permanent",
    "release_id": "d7c9e8c6-b057-4f48-b04e-c460ec924eff",
    "release_group_id": null,
    "labels": [
        "Qwest"
    ],
    "label_ids": [
        "30a8916e-4cda-404f-a16b-9384f692dbb5"
    ],
    "release_date": "1995-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}