Information about plays

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

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

{
    "id": 453849,
    "uri": "https://api.kexp.org/v2/plays/453849/?format=api",
    "airdate": "2001-08-09T12:24:00-07:00",
    "show": 7679,
    "show_uri": "https://api.kexp.org/v2/shows/7679/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ropdVBEnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ropdVBEnL._SL75_.jpg",
    "song": "En Route to the Unified Field Theory",
    "track_id": "e99e4015-008a-419c-98bc-d76257d2fdf1",
    "recording_id": null,
    "artist": "Flop",
    "artist_ids": [
        "57ca4472-9fc1-46ad-99a0-91384c411d05"
    ],
    "album": "Whenever You're Ready",
    "release_id": "22c36551-c20f-4936-8ff9-5a052841cd85",
    "release_group_id": null,
    "labels": [
        "Frontier/550"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}