Information about plays

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

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

{
    "id": 499764,
    "uri": "https://api.kexp.org/v2/plays/499764/?format=api",
    "airdate": "2001-12-23T23:00:00-08:00",
    "show": 8581,
    "show_uri": "https://api.kexp.org/v2/shows/8581/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RXMVWMRAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RXMVWMRAL._SL75_.jpg",
    "song": "Yemin HaSem",
    "track_id": null,
    "recording_id": null,
    "artist": "Hasidic New Wave",
    "artist_ids": [
        "58c87222-1989-432a-a571-29238a0d0e6b"
    ],
    "album": "From the Belly of Abraham",
    "release_id": "c1bccfbc-f3db-4412-b7ab-b148f696410c",
    "release_group_id": null,
    "labels": [
        "Knitting Factory"
    ],
    "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"
}