Information about plays

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

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

{
    "id": 421372,
    "uri": "https://api.kexp.org/v2/plays/421372/?format=api",
    "airdate": "2001-05-05T02:24:00-07:00",
    "show": 7053,
    "show_uri": "https://api.kexp.org/v2/shows/7053/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GEX8FM13L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GEX8FM13L._SL75_.jpg",
    "song": "Homenaje A Emiliano",
    "track_id": "a845ea70-fde8-48a1-b2c2-3d7a8e22baf1",
    "recording_id": null,
    "artist": "Tony Martinez & The Cuban Power",
    "artist_ids": [
        "311a2a79-84ab-4588-8a7c-264f21f0638d"
    ],
    "album": "Maferefun",
    "release_id": "79404c6b-8480-4872-9caa-3814ce74c153",
    "release_group_id": null,
    "labels": [
        "Blue Jackel Entertainment"
    ],
    "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"
}