Information about plays

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

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

{
    "id": 429375,
    "uri": "https://api.kexp.org/v2/plays/429375/?format=api",
    "airdate": "2001-05-29T21:38:34-07:00",
    "show": 7216,
    "show_uri": "https://api.kexp.org/v2/shows/7216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZpRwOuDOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZpRwOuDOL._SL75_.jpg",
    "song": "Will It Go Round in Circles",
    "track_id": "d0809797-947b-4930-9a0e-6d4fec52be7c",
    "recording_id": null,
    "artist": "Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Billy Preston",
    "release_id": "6c57fd07-82f9-483b-b037-09cfeabdb0b6",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "2002-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}