Information about plays

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

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

{
    "id": 508985,
    "uri": "https://api.kexp.org/v2/plays/508985/?format=api",
    "airdate": "2002-01-20T09:53:00-08:00",
    "show": 8764,
    "show_uri": "https://api.kexp.org/v2/shows/8764/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JQdM4SXmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JQdM4SXmL._SL75_.jpg",
    "song": "Live the Life I Love",
    "track_id": "85abdfb2-ccfc-4548-8241-ca2448c5008f",
    "recording_id": null,
    "artist": "Muddy Waters",
    "artist_ids": [
        "f86f1f07-d182-45ce-ae93-ef610880ca72"
    ],
    "album": "Fathers & Sons",
    "release_id": "25684cc9-b677-484f-a512-a3f1c6cc0eff",
    "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"
}