Information about plays

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

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

{
    "id": 504811,
    "uri": "https://api.kexp.org/v2/plays/504811/?format=api",
    "airdate": "2002-01-08T01:41:00-08:00",
    "show": 8682,
    "show_uri": "https://api.kexp.org/v2/shows/8682/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "the Way Love Used to be",
    "track_id": null,
    "recording_id": null,
    "artist": "Heather Duby",
    "artist_ids": [
        "2e2483ab-bd2a-43fe-8ec1-4b48e2b72f09"
    ],
    "album": "Give the People What We Want: the Songs tf the Kinks",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop/Right Now/Burn Burn Burn"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}