Information about plays

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

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

{
    "id": 515406,
    "uri": "https://api.kexp.org/v2/plays/515406/?format=api",
    "airdate": "2002-02-07T19:25:00-08:00",
    "show": 8886,
    "show_uri": "https://api.kexp.org/v2/shows/8886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Light of Day",
    "track_id": "d44fbe5c-c268-4789-ba41-080dbd5243d0",
    "recording_id": null,
    "artist": "Billy Yates",
    "artist_ids": [
        "50bcec3e-2fde-4cc9-8c8c-aa1213cb873e"
    ],
    "album": "If I Could Go Back",
    "release_id": "0c35ac56-ee53-472c-b886-0674ff474fba",
    "release_group_id": null,
    "labels": [
        "M.O.D."
    ],
    "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"
}