Information about plays

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

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

{
    "id": 1308586,
    "uri": "https://api.kexp.org/v2/plays/1308586/?format=api",
    "airdate": "2007-11-30T11:16:02-08:00",
    "show": 22888,
    "show_uri": "https://api.kexp.org/v2/shows/22888/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612x%2BUIlKLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612x%2BUIlKLL._SL75_.jpg",
    "song": "Mammoth",
    "track_id": null,
    "recording_id": null,
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Our Love to Admire",
    "release_id": "3c7360b9-c7fe-4c14-86fe-a13789461451",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}