Information about plays

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

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

{
    "id": 466681,
    "uri": "https://api.kexp.org/v2/plays/466681/?format=api",
    "airdate": "2001-09-16T06:16:40-07:00",
    "show": 7938,
    "show_uri": "https://api.kexp.org/v2/shows/7938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C7DNTEZJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C7DNTEZJL._SL75_.jpg",
    "song": "Screamin' and Cryin'",
    "track_id": "83dc30e4-836d-40c9-87b0-ec0949d04136",
    "recording_id": null,
    "artist": "Muddy Waters",
    "artist_ids": [
        "f86f1f07-d182-45ce-ae93-ef610880ca72"
    ],
    "album": "The Real Folk Blues",
    "release_id": "1439655a-9014-41c7-a75f-fee1caef6152",
    "release_group_id": null,
    "labels": [
        "MCA/Chess"
    ],
    "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"
}