Information about plays

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

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

{
    "id": 416276,
    "uri": "https://api.kexp.org/v2/plays/416276/?format=api",
    "airdate": "2001-04-19T05:30:00-07:00",
    "show": 6946,
    "show_uri": "https://api.kexp.org/v2/shows/6946/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gZihpAwmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gZihpAwmL._SL75_.jpg",
    "song": "Tequila Sunrise (feat. Barron Ricks)",
    "track_id": "07f91a65-91f8-40bf-af94-48750f694d3d",
    "recording_id": null,
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "IV",
    "release_id": "6f281a10-3cb3-482e-b93d-c8edb1314456",
    "release_group_id": null,
    "labels": [
        "Ruffhouse/Columbia"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}