Information about plays

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

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

{
    "id": 499712,
    "uri": "https://api.kexp.org/v2/plays/499712/?format=api",
    "airdate": "2001-12-23T17:46:00-08:00",
    "show": 8578,
    "show_uri": "https://api.kexp.org/v2/shows/8578/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whiskey Warm",
    "track_id": "aabc2408-7394-46c6-8ad0-9b269000f041",
    "recording_id": null,
    "artist": "Craig Taborn",
    "artist_ids": [
        "cbca2fda-d5ec-458b-b413-ee17ac316958"
    ],
    "album": "Light Made Lighter",
    "release_id": "68043555-cfdd-4d61-86d6-a6434ebfbee7",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}