Information about plays

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

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

{
    "id": 416879,
    "uri": "https://api.kexp.org/v2/plays/416879/?format=api",
    "airdate": "2001-04-20T21:16:00-07:00",
    "show": 6957,
    "show_uri": "https://api.kexp.org/v2/shows/6957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Was It You Wanted",
    "track_id": "6e7d7a9e-9585-4277-8e4a-a60c84184691",
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Across the Borderline",
    "release_id": "5fddc6c4-08aa-47f7-bdc6-072c2d4fff72",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}