Information about plays

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

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

{
    "id": 454959,
    "uri": "https://api.kexp.org/v2/plays/454959/?format=api",
    "airdate": "2001-08-12T20:00:00-07:00",
    "show": 7703,
    "show_uri": "https://api.kexp.org/v2/shows/7703/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Medley",
    "track_id": "3ff9a1ba-df3f-4247-94b9-24aa4f5b9fc6",
    "recording_id": null,
    "artist": "Rahsaan Roland Kirk",
    "artist_ids": [
        "4a1f7fe0-e509-4c4a-9fa1-9cf6c3ca891c"
    ],
    "album": "Does Your House Have Lions (disc 1)",
    "release_id": "4e1463b7-730e-4efb-8fd2-17eaafdc3120",
    "release_group_id": null,
    "labels": [],
    "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"
}