Information about plays

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

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

{
    "id": 426690,
    "uri": "https://api.kexp.org/v2/plays/426690/?format=api",
    "airdate": "2001-05-21T21:04:17-07:00",
    "show": 7165,
    "show_uri": "https://api.kexp.org/v2/shows/7165/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J%2B45L-n4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J%2B45L-n4L._SL75_.jpg",
    "song": "Soul on Ice",
    "track_id": null,
    "recording_id": null,
    "artist": "Me'Shell NdegéOcello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "Plantation Lullabies",
    "release_id": "9dcd1190-36ac-40ef-bb98-f4bfabe51e2a",
    "release_group_id": null,
    "labels": [
        "Maverick/Sire/Reprise"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}