Information about plays

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

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

{
    "id": 453020,
    "uri": "https://api.kexp.org/v2/plays/453020/?format=api",
    "airdate": "2001-08-07T05:52:56-07:00",
    "show": 7665,
    "show_uri": "https://api.kexp.org/v2/shows/7665/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BQZNSRMDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BQZNSRMDL._SL75_.jpg",
    "song": "Firewood",
    "track_id": "7993c09c-b42a-4935-98f4-2868b92b5b96",
    "recording_id": null,
    "artist": "The Waxwings",
    "artist_ids": [
        "63875be0-d0a0-4cff-963f-327c300524bc"
    ],
    "album": "Low to the Ground",
    "release_id": "e6051f6f-223a-4055-842b-ffe32d12b4b5",
    "release_group_id": null,
    "labels": [
        "Bobsled"
    ],
    "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"
}