Information about plays

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

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

{
    "id": 432990,
    "uri": "https://api.kexp.org/v2/plays/432990/?format=api",
    "airdate": "2001-06-09T15:41:03-07:00",
    "show": 7284,
    "show_uri": "https://api.kexp.org/v2/shows/7284/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21tkxQRiRaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21tkxQRiRaL._SL75_.jpg",
    "song": "Our Girl in Havana",
    "track_id": "34fe2473-3020-4521-9e85-eab9e607f260",
    "recording_id": null,
    "artist": "Buscemi",
    "artist_ids": [
        "92205d28-0090-4a64-8fa9-592e366d2cbb"
    ],
    "album": "Our Girl in Havana",
    "release_id": "08a8025e-8fb9-4e1b-b8a5-c59f66a99006",
    "release_group_id": null,
    "labels": [
        "Downsall Plastics"
    ],
    "label_ids": [
        "0e7c7a6e-6966-4478-9579-270d76e54fcc"
    ],
    "release_date": "2000-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}