Information about plays

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

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

{
    "id": 421737,
    "uri": "https://api.kexp.org/v2/plays/421737/?format=api",
    "airdate": "2001-05-06T13:38:34-07:00",
    "show": 7063,
    "show_uri": "https://api.kexp.org/v2/shows/7063/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qoWxUOtdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qoWxUOtdL._SL75_.jpg",
    "song": "north part 1",
    "track_id": null,
    "recording_id": null,
    "artist": "Afro Celt Sound System",
    "artist_ids": [
        "2f0baf2a-bfa7-4116-8c75-8240aed74553"
    ],
    "album": "Volume 3: Further in Time",
    "release_id": "635da36b-6613-47bc-996c-99df3ade7da8",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2001-06-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}