Information about plays

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

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

{
    "id": 472633,
    "uri": "https://api.kexp.org/v2/plays/472633/?format=api",
    "airdate": "2001-10-03T19:32:18-07:00",
    "show": 8050,
    "show_uri": "https://api.kexp.org/v2/shows/8050/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Uion2WHyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Uion2WHyL._SL75_.jpg",
    "song": "Big Big Love",
    "track_id": "31eee7e4-210e-4ff5-af35-81f263c200aa",
    "recording_id": null,
    "artist": "k.d. lang and The Reclines",
    "artist_ids": [
        "bf4bb21e-759f-4b22-bfd4-1745939727fc"
    ],
    "album": "Absolute Torch and Twang",
    "release_id": "b0522f34-7d72-45bb-bd64-58c1c0a6163e",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}