Information about plays

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

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

{
    "id": 454497,
    "uri": "https://api.kexp.org/v2/plays/454497/?format=api",
    "airdate": "2001-08-11T09:55:00-07:00",
    "show": 7691,
    "show_uri": "https://api.kexp.org/v2/shows/7691/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MQmC2TrJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MQmC2TrJL._SL75_.jpg",
    "song": "Rolling Down the Street",
    "track_id": "ba3a4d30-38ae-4de2-9cfe-bf67d8bf9cb2",
    "recording_id": null,
    "artist": "Anthony B",
    "artist_ids": [
        "b7c00c4a-7ddf-4ee1-a659-cc1d6c5e3957"
    ],
    "album": "More Love",
    "release_id": "f9adc45d-cd09-43d1-9af7-d0fc35162037",
    "release_group_id": null,
    "labels": [
        "Reggae Vibes"
    ],
    "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"
}