Information about plays

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

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

{
    "id": 421851,
    "uri": "https://api.kexp.org/v2/plays/421851/?format=api",
    "airdate": "2001-05-06T23:06:00-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4129VDZA9HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4129VDZA9HL._SL75_.jpg",
    "song": "Just in Time",
    "track_id": "869edc93-1e33-4654-9ed2-6d560d67948c",
    "recording_id": null,
    "artist": "Sarah Vaughan",
    "artist_ids": [
        "351d8bdf-33a1-45e2-8c04-c85fad20da55"
    ],
    "album": "The Roulette Years",
    "release_id": "e2f114ef-9d0e-4d39-92ab-6211df6eab95",
    "release_group_id": null,
    "labels": [
        "Roulette"
    ],
    "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"
}