Information about plays

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

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

{
    "id": 489391,
    "uri": "https://api.kexp.org/v2/plays/489391/?format=api",
    "airdate": "2001-11-22T20:56:50-08:00",
    "show": 8377,
    "show_uri": "https://api.kexp.org/v2/shows/8377/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ImxbT2BxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ImxbT2BxL._SL75_.jpg",
    "song": "You Never Even Called Me By My Name",
    "track_id": null,
    "recording_id": null,
    "artist": "David Allan Coe",
    "artist_ids": [
        "d6ad0ad1-2a7c-4d5f-8776-331a3732360c"
    ],
    "album": "Once Upon a Rhyme",
    "release_id": "3fec35f7-b294-42c8-a987-45bac9273556",
    "release_group_id": null,
    "labels": [
        "Columbia LP"
    ],
    "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"
}